PaymentMethodsRequestChannelEnum class

Inheritance
  • Object
  • EnumClass
  • PaymentMethodsRequestChannelEnum

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<PaymentMethodsRequestChannelEnum>
no setter
values → BuiltSet<PaymentMethodsRequestChannelEnum>
no setter

Constants

android → const PaymentMethodsRequestChannelEnum
The platform where a payment transaction takes place. This field can be used for filtering out payment methods that are only available on specific platforms. Possible values: * iOS * Android * Web
iOS → const PaymentMethodsRequestChannelEnum
The platform where a payment transaction takes place. This field can be used for filtering out payment methods that are only available on specific platforms. Possible values: * iOS * Android * Web
unknownDefaultOpenApi → const PaymentMethodsRequestChannelEnum
The platform where a payment transaction takes place. This field can be used for filtering out payment methods that are only available on specific platforms. Possible values: * iOS * Android * Web
web → const PaymentMethodsRequestChannelEnum
The platform where a payment transaction takes place. This field can be used for filtering out payment methods that are only available on specific platforms. Possible values: * iOS * Android * Web