exclusive constant
- @BuiltValueEnumConst.new(wireName: r'exclusive')
Specifies how payment methods should be filtered based on the store parameter: - exclusive: Only payment methods belonging to the specified store are returned. - inclusive: Payment methods from the store and those not associated with any other store are returned.
Implementation
@BuiltValueEnumConst(wireName: r'exclusive')
static const PaymentMethodsRequestStoreFiltrationModeEnum exclusive = _$paymentMethodsRequestStoreFiltrationModeEnum_exclusive;