ApplePayPaymentOptions constructor

ApplePayPaymentOptions({
  1. List<RequiredBillingAddressFields>? requiredBillingAddressFields,
  2. List<RequiredShippingAddressFields>? requiredShippingAddressFields,
  3. List<ShippingMethod>? shippingMethod,
  4. String? currencyCode,
  5. String? countryCode,
  6. ShippingType? shippingType,
  7. List<ApplePayItem>? items,
})

Implementation

ApplePayPaymentOptions(
    {this.requiredBillingAddressFields,
    this.requiredShippingAddressFields,
    this.shippingMethod,
    this.currencyCode,
    this.countryCode,
    this.shippingType,
    this.items});