AccountSummary
Account summary of an organizational unit. AccountSummary
export interface AccountSummary {
'accountManagerEmail'?: string;
'accountManagerName'?: string;
'amountBalance'?: AmountBalance;
'billingAddress'?: Address;
'creditLimit'?: string;
'orgUnit'?: OrgUnitReference;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
accountManagerEmail | Optional | string | Email of the account manager. {string} AccountSummary |
accountManagerName | Optional | string | Name of the account manager. {string} AccountSummary |
amountBalance | Optional | AmountBalance | {AmountBalance} AccountSummary |
billingAddress | Optional | Address | {Address} AccountSummary |
creditLimit | Optional | string | Credit limit amount, formatted as per the selected currency. {string} AccountSummary |
orgUnit | Optional | OrgUnitReference | {OrgUnitReference} AccountSummary |