allowPayout property

  1. @BuiltValueField.new(wireName: r'allowPayout')
bool? get allowPayout

Indicates whether payouts are allowed. This field is the overarching payout status, and is the aggregate of multiple conditions (e.g., KYC status, disabled flag, etc). If this field is false, no payouts will be permitted for any of the account holder's accounts. If this field is true, payouts will be permitted for any of the account holder's accounts.

Implementation

@BuiltValueField(wireName: r'allowPayout')
bool? get allowPayout;