Alokai

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