authorised constant
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'Authorised')
static const PaymentResultCodeEnum authorised = _$paymentResultCodeEnum_authorised;