Configuration constructor
Configuration({
- Appearance? appearance,
- bool? allowsDelayedPaymentMethods,
- bool? allowsPaymentMethodsRequiringShippingAddress,
- String? merchantDisplayName,
- String? primaryButtonLabel,
- Customer? customer,
- BillingDetails? defaultBillingDetails,
- ShippingDetails? shippingDetails,
Implementation
Configuration(
{this.appearance,
this.allowsDelayedPaymentMethods,
this.allowsPaymentMethodsRequiringShippingAddress,
this.merchantDisplayName,
this.primaryButtonLabel,
this.customer,
this.defaultBillingDetails,
this.shippingDetails});