iOS constant
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
@BuiltValueEnumConst(wireName: r'iOS')
static const CreateCheckoutSessionResponseChannelEnum iOS = _$createCheckoutSessionResponseChannelEnum_iOS;