GooglePayConfig constructor
GooglePayConfig({
- GooglePayEnvironment environment = GooglePayEnvironment.test,
- required String merchantGatewayId,
- bool isEmailRequired = false,
- BillingAddressConfig billingAddressConfig = const BillingAddressConfig(),
Creates a new configuration for Google Pay.
Implementation
GooglePayConfig({
this.environment = GooglePayEnvironment.test,
required this.merchantGatewayId,
this.isEmailRequired = false,
this.billingAddressConfig = const BillingAddressConfig(),
});