reason property
If success = true and paymentMethod = visa, mc, or amex then this field contains the following details: Authorisation code, last 4 digits of the card, card expiry date. In case of failure, this contains information about the authorisation failure
Implementation
@BuiltValueField(wireName: r'reason')
String? get reason;