resultCode property
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
@BuiltValueField(wireName: r'resultCode')
PaymentResultCodeEnum? get resultCode;