BraintreeGooglePaymentRequest class

Constructors

BraintreeGooglePaymentRequest({required String totalPrice, required String currencyCode, bool billingAddressRequired = true, String? googleMerchantID})

Properties

billingAddressRequired bool
Whether billing address information should be collected and passed.
getter/setter pair
currencyCode String
Currency code of the transaction.
getter/setter pair
googleMerchantID String?
Google Merchant ID. Optional in sandbox, but if set, must be a valid production Google Merchant ID.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalPrice String
Total price of the payment.
getter/setter pair

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