payoutState property

  1. @BuiltValueField.new(wireName: r'payoutState')
AccountPayoutState? get payoutState

The payout state of the account holder.

Implementation

@BuiltValueField(wireName: r'payoutState')
AccountPayoutState? get payoutState;