channel property

  1. @BuiltValueField.new(wireName: r'channel')
CreateCheckoutSessionRequestChannelEnum? get channel

The platform where a payment transaction takes place. This field is optional for filtering out payment methods that are only available on specific platforms. If this value is not set, then we will try to infer it from the sdkVersion or token. Possible values: * iOS * Android * Web

Implementation

@BuiltValueField(wireName: r'channel')
CreateCheckoutSessionRequestChannelEnum? get channel;