BraintreeApplePayRequest class

Constructors

BraintreeApplePayRequest({required List<ApplePaySummaryItem> paymentSummaryItems, required String displayName, required String currencyCode, required String countryCode, required String merchantIdentifier, required List<ApplePaySupportedNetworks> supportedNetworks})

Properties

countryCode String
The three-letter ISO 4217 currency code.
final
currencyCode String
The three-letter ISO 4217 currency code.
final
displayName String
Short description of the item.
final
hashCode int
The hash code for this object.
no setterinherited
merchantIdentifier String
Apple merchant identifier.
final
paymentSummaryItems List<ApplePaySummaryItem>
A summary of the payment.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedNetworks List<ApplePaySupportedNetworks>
Supported Networks
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this request object into a JSON-encodable format.
toString() String
A string representation of this object.
inherited

Operators

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