authCode property

  1. @BuiltValueField.new(wireName: r'authCode')
String? get authCode

Authorisation code: * When the payment is authorised successfully, this field holds the authorisation code for the payment. * When the payment is not authorised, this field is empty. Example: 58747

Implementation

@BuiltValueField(wireName: r'authCode')
String? get authCode;