refusalReason property

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

If the transaction is refused or an error occurs, this field holds Adyen's mapped reason for the refusal or a description of the error. When a transaction fails, the authorisation response includes resultCode and refusalReason values.

Implementation

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