resultCode property

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

The result code of the transaction. Success indicates that the details were stored successfully.

Implementation

@BuiltValueField(wireName: r'resultCode')
String get resultCode;