status property
If active=false, this optional field indicates a reason for why the account is not active.
Implementation
bool get active;/// If active=false, this optional field indicates a reason for why the account is not active.
@AccountStatusConverter() AccountStatus? get status;