statusReason property

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

The reason why the status was assigned to the account holder.

Implementation

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