response property

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

The response: * In case of success, it is either payout-confirm-received or payout-decline-received. * In case of an error, an informational message is returned.

Implementation

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