AppleParameters class

Parameters for making a payment in Apple Pay

Constructors

AppleParameters({required String merchantIdentifier, List<MerchantCapabilities>? merchantCapabilities, Set<String>? supportedCountries, List<String>? requiredBillingContactFields, List<String>? requiredShippingContactFields, Contact? billingContact, Contact? shippingContact, List<ShippingMethod>? shippingMethods, ShippingType? shippingType, List<int>? applicationData})
Parameters for making a payment in Apple Pay

Properties

applicationData List<int>?
Application-specific data or state.
final
billingContact Contact?
A prepopulated billing address.
final
hashCode int
The hash code for this object.
no setterinherited
merchantCapabilities List<MerchantCapabilities>?
Capabilities for processing payment.
final
merchantIdentifier String
Your merchant identifier.
final
requiredBillingContactFields List<String>?
A list of fields that you need for a billing contact in order to process the transaction.
final
requiredShippingContactFields List<String>?
A list of fields that you need for a shipping contact in order to process the transaction.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingContact Contact?
A prepopulated shipping address.
final
shippingMethods List<ShippingMethod>?
An array of ShippingMethod objects that describe the supported shipping methods.
final
shippingType ShippingType?
Complete list of valid shipping types.
final
supportedCountries Set<String>?
A list of ISO 3166 country codes to limit payments to cards from specific countries or regions.
final

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