PaymentLinkRequestStorePaymentMethodModeEnum class

Inheritance
  • Object
  • EnumClass
  • PaymentLinkRequestStorePaymentMethodModeEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<PaymentLinkRequestStorePaymentMethodModeEnum>
no setter
values → BuiltSet<PaymentLinkRequestStorePaymentMethodModeEnum>
no setter

Constants

askForConsent → const PaymentLinkRequestStorePaymentMethodModeEnum
Indicates if the details of the payment method will be stored for the shopper. Possible values: * disabled – No details will be stored (default). * askForConsent – If the shopperReference is provided, the UI lets the shopper choose if they want their payment details to be stored. * enabled – If the shopperReference is provided, the details will be stored without asking the shopper for consent. When set to askForConsent or enabled, you must also include the recurringProcessingModel parameter.
disabled → const PaymentLinkRequestStorePaymentMethodModeEnum
Indicates if the details of the payment method will be stored for the shopper. Possible values: * disabled – No details will be stored (default). * askForConsent – If the shopperReference is provided, the UI lets the shopper choose if they want their payment details to be stored. * enabled – If the shopperReference is provided, the details will be stored without asking the shopper for consent. When set to askForConsent or enabled, you must also include the recurringProcessingModel parameter.
enabled → const PaymentLinkRequestStorePaymentMethodModeEnum
Indicates if the details of the payment method will be stored for the shopper. Possible values: * disabled – No details will be stored (default). * askForConsent – If the shopperReference is provided, the UI lets the shopper choose if they want their payment details to be stored. * enabled – If the shopperReference is provided, the details will be stored without asking the shopper for consent. When set to askForConsent or enabled, you must also include the recurringProcessingModel parameter.
unknownDefaultOpenApi → const PaymentLinkRequestStorePaymentMethodModeEnum
Indicates if the details of the payment method will be stored for the shopper. Possible values: * disabled – No details will be stored (default). * askForConsent – If the shopperReference is provided, the UI lets the shopper choose if they want their payment details to be stored. * enabled – If the shopperReference is provided, the details will be stored without asking the shopper for consent. When set to askForConsent or enabled, you must also include the recurringProcessingModel parameter.