unknownDefaultOpenApi constant

  1. @BuiltValueEnumConst.new(wireName: r'unknown_default_open_api', fallback: true)
CreateCheckoutSessionRequestStoreFiltrationModeEnum const unknownDefaultOpenApi

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 CreateCheckoutSessionRequestStoreFiltrationModeEnum unknownDefaultOpenApi = _$createCheckoutSessionRequestStoreFiltrationModeEnum_unknownDefaultOpenApi;