errorCode property

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

The Adyen code that is mapped to the error message.

Implementation

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