Configuration constructor
Configuration({
- Appearance? appearance,
- bool? allowsDelayedPaymentMethods,
- bool? allowsPaymentMethodsRequiringShippingAddress,
- String? merchantDisplayName,
- String? primaryButtonLabel,
- Customer? customer,
- BillingDetails? defaultBillingDetails,
- ShippingDetails? shippingDetails,
- Placeholder? placeholder,
- bool? displaySavedPaymentMethodsCheckbox,
- bool? displaySavedPaymentMethods,
- String? paymentSheetHeaderLabel,
- String? savedPaymentSheetHeaderLabel,
- bool? displayDefaultSavedPaymentIcon,
- String? netceteraSDKApiKey,
Implementation
Configuration(
{this.appearance,
this.allowsDelayedPaymentMethods,
this.allowsPaymentMethodsRequiringShippingAddress,
this.merchantDisplayName,
this.primaryButtonLabel,
this.customer,
this.defaultBillingDetails,
this.shippingDetails,
this.placeholder,
this.displaySavedPaymentMethodsCheckbox,
this.displaySavedPaymentMethods,
this.paymentSheetHeaderLabel,
this.savedPaymentSheetHeaderLabel,
this.displayDefaultSavedPaymentIcon,
this.netceteraSDKApiKey});