channel property
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
Implementation
@BuiltValueField(wireName: r'channel')
PaymentMethodsRequestChannelEnum? get channel;