Alokai

B2BCostCenter

Cost center object. B2BCostCenter

export interface B2BCostCenter {
	'active'?: string;
	'activeFlag'?: boolean;
	'assignedBudgets'?: Array<BudgetShallow>;
	'code'?: string;
	'currency'?: Currency;
	'name'?: string;
	'originalCode'?: string;
	'unit'?: B2BUnit;
}

Properties

NameRequiredTypeDescription
activeOptionalstringIndication of whether the cost center is active. Deprecated since 2005. Read-only, used for display purposes. {string} B2BCostCenter
activeFlagOptionalbooleanBoolean flag of whether the cost center is active. {boolean} B2BCostCenter
assignedBudgetsOptionalArray<BudgetShallow>Budgets assigned to this cost center {Array<BudgetShallow>} B2BCostCenter
codeOptionalstringThe code of the cost center {string} B2BCostCenter
currencyOptionalCurrency{Currency} B2BCostCenter
nameOptionalstringThe name of the cost center {string} B2BCostCenter
originalCodeOptionalstringThe original code of the cost center. Deprecated since 2005. {string} B2BCostCenter
unitOptionalB2BUnit{B2BUnit} B2BCostCenter

Referenced Types

On this page