GooglePayOptions constructor
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,
Implementation
GooglePayOptions({
this.allowedCardAuthMethods,
this.merchantName,
this.allowPrepaidCards,
this.allowCreditCards,
this.assuranceDetailsRequired,
this.billingAddressRequired,
this.billingAddressParameters,
this.transactionId,
this.totalPriceLabel,
this.checkoutOption,
this.emailRequired,
this.shippingAddressRequired,
this.shippingAddressParameters,
List<String>? allowedCardNetworks,
this.skipReadinessCheck,
}) : allowedCardNetworks =
allowedCardNetworks ?? googlePaySupportedNetworks();