status property
The status of the balance account. Payment instruments linked to the balance account can only be used if the balance account status is active. Possible values: active, closed, suspended.
Implementation
@BuiltValueField(wireName: r'status')
BalanceAccountUpdateRequestStatusEnum? get status;