unknownDefaultOpenApi constant
- @BuiltValueEnumConst.new(wireName: r'unknown_default_open_api', fallback: true)
The type of transactions processed over this payment method. Allowed values: - pos for in-person payments. - billpay for subscription payments, both the initial payment and the later recurring payments. These transactions have recurringProcessingModel Subscription. - ecom for all other card not present transactions. This includes non-recurring transactions and transactions with recurringProcessingModel CardOnFile or UnscheduledCardOnFile.
Implementation
@BuiltValueEnumConst(wireName: r'unknown_default_open_api', fallback: true)
static const AccelInfoProcessingTypeEnum unknownDefaultOpenApi = _$accelInfoProcessingTypeEnum_unknownDefaultOpenApi;