disableReason property

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

The reason why payouts (to all of the account holder's accounts) have been disabled (by the platform). If the disabled field is true, this field can be used to explain why.

Implementation

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