Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

AccountSummary

Account summary of an organizational unit. AccountSummary

export interface AccountSummary {
	'accountManagerEmail'?: string;
	'accountManagerName'?: string;
	'amountBalance'?: AmountBalance;
	'billingAddress'?: Address;
	'creditLimit'?: string;
	'orgUnit'?: OrgUnitReference;
}

Properties

NameRequiredTypeDescription
accountManagerEmailOptionalstringEmail of the account manager. {string} AccountSummary
accountManagerNameOptionalstringName of the account manager. {string} AccountSummary
amountBalanceOptionalAmountBalance{AmountBalance} AccountSummary
billingAddressOptionalAddress{Address} AccountSummary
creditLimitOptionalstringCredit limit amount, formatted as per the selected currency. {string} AccountSummary
orgUnitOptionalOrgUnitReference{OrgUnitReference} AccountSummary

Referenced Types

On this page