statusComment property

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

Comment for the status of the payment instrument. Required if statusReason is other.

Implementation

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