status property

  1. @AccountStatusConverter()
AccountStatus? get status
inherited

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;