accountType property
The type of this account.
Output only. Possible string values are:
- "ACCOUNT_TYPE_UNSPECIFIED" : Unknown account type.
- "CSS_GROUP" : CSS group account.
- "CSS_DOMAIN" : CSS domain account.
- "MC_PRIMARY_CSS_MCA" : MC Primary CSS MCA account.
- "MC_CSS_MCA" : MC CSS MCA account.
- "MC_MARKETPLACE_MCA" : MC Marketplace MCA account.
- "MC_OTHER_MCA" : MC Other MCA account.
- "MC_STANDALONE" : MC Standalone account.
- "MC_MCA_SUBACCOUNT" : MC MCA sub-account.
Implementation
core.String? accountType;