statusComment property

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

The status comment provides additional information for the statusReason of the payment instrument.

Implementation

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