Configuration class

A class representing configuration parameters for the payment sheet.

Constructors

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})

Properties

allowsDelayedPaymentMethods bool?
getter/setter pair
allowsPaymentMethodsRequiringShippingAddress bool?
getter/setter pair
appearance Appearance?
getter/setter pair
customer Customer?
getter/setter pair
defaultBillingDetails BillingDetails?
getter/setter pair
displayDefaultSavedPaymentIcon bool?
getter/setter pair
displaySavedPaymentMethods bool?
getter/setter pair
displaySavedPaymentMethodsCheckbox bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantDisplayName String?
getter/setter pair
netceteraSDKApiKey String?
getter/setter pair
paymentSheetHeaderLabel String?
getter/setter pair
placeholder Placeholder?
getter/setter pair
primaryButtonLabel String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedPaymentSheetHeaderLabel String?
getter/setter pair
shippingDetails ShippingDetails?
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