unknownDefaultOpenApi constant

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

The result of the payment. For more information, see Result codes. Possible values: * Authorised – The payment was successfully authorised. This state serves as an indicator to proceed with the delivery of goods and services. This is a final state.

Implementation

@BuiltValueEnumConst(wireName: r'unknown_default_open_api', fallback: true)
static const PaymentResultCodeEnum unknownDefaultOpenApi = _$paymentResultCodeEnum_unknownDefaultOpenApi;