PaymentMethod
Enum class describing payment methods
Entries
Properties
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Declares if this payment method can be used while the device is offline.
Declares if this payment method needs payment credentials to be added by the user before the payment can continue
Declares if this payment method should be hidden, unless payment credentials are already added by the user
Declares if the payment method can only be aborted with a confirmation by the backend
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.