GooglePayOptions class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

GooglePayOptions({List<String>? allowedCardAuthMethods, String? merchantName, bool? allowPrepaidCards, bool? allowCreditCards, bool? assuranceDetailsRequired, bool? billingAddressRequired, BillingAddressParameters? billingAddressParameters, String? transactionId, String? totalPriceLabel, String? checkoutOption, bool? emailRequired, bool? shippingAddressRequired, ShippingAddressParameters? shippingAddressParameters, List<String>? allowedCardNetworks, bool? skipReadinessCheck})
GooglePayOptions.fromJson(Map<String, dynamic> json)
factory

Properties

allowCreditCards bool?
getter/setter pair
allowedCardAuthMethods List<String>?
getter/setter pair
allowedCardNetworks List<String>
getter/setter pair
allowPrepaidCards bool?
getter/setter pair
assuranceDetailsRequired bool?
getter/setter pair
billingAddressParameters BillingAddressParameters?
getter/setter pair
billingAddressRequired bool?
getter/setter pair
checkoutOption String?
getter/setter pair
emailRequired bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingAddressParameters ShippingAddressParameters?
getter/setter pair
shippingAddressRequired bool?
getter/setter pair
skipReadinessCheck bool?
getter/setter pair
totalPriceLabel String?
getter/setter pair
transactionId String?
getter/setter pair

Methods

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

Operators

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