ApplePayPaymentOptions class

Constructors

ApplePayPaymentOptions({List<RequiredBillingAddressFields>? requiredBillingAddressFields, List<RequiredShippingAddressFields>? requiredShippingAddressFields, List<ShippingMethod>? shippingMethod, String? currencyCode, String? countryCode, ShippingType? shippingType, List<ApplePayItem>? items})

Properties

countryCode String?
getter/setter pair
currencyCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
items List<ApplePayItem>?
getter/setter pair
json Map
no setter
requiredBillingAddressFields List<RequiredBillingAddressFields>?
getter/setter pair
requiredShippingAddressFields List<RequiredShippingAddressFields>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingMethod List<ShippingMethod>?
getter/setter pair
shippingType ShippingType?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited