android constant

  1. @BuiltValueEnumConst.new(wireName: r'Android')
PaymentMethodsRequestChannelEnum const android

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

@BuiltValueEnumConst(wireName: r'Android')
static const PaymentMethodsRequestChannelEnum android = _$paymentMethodsRequestChannelEnum_android;