PEApplePayOptions class
A class representing Apple Pay-specific payment options.
This includes required billing and shipping contact fields.
- Implemented types
Constructors
-
PEApplePayOptions({List<
PEContactField> ? requiredBillingContactFields, List<PEContactField> ? requiredShippingContactFields}) - Creates an instance of PEApplePayOptions.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
requiredBillingContactFields
→ List<
PEContactField> ? -
The contact fields required for billing (e.g., name, address).
final
-
requiredShippingContactFields
→ List<
PEContactField> ? -
The contact fields required for shipping (e.g., phone, address).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts this PEApplePayOptions instance to a JSON map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited