unknownDefaultOpenApi constant
- @BuiltValueEnumConst.new(wireName: r'unknown_default_open_api', fallback: true)
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'unknown_default_open_api', fallback: true)
static const PaymentMethodsRequestStoreFiltrationModeEnum unknownDefaultOpenApi = _$paymentMethodsRequestStoreFiltrationModeEnum_unknownDefaultOpenApi;