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

B2BCostCenterShallow

Representation of a cost center. This bean is shallow, which means its potential relationship fields to other Org Unit fields are simple ids. No Org Unit WsDTO fields should be declared in this bean to avoid circular references. B2BCostCenterShallow

export interface B2BCostCenterShallow {
	'active'?: string;
	'activeFlag'?: boolean;
	'code'?: string;
	'currency'?: Currency;
	'name'?: string;
	'originalCode'?: string;
}

Properties

NameRequiredTypeDescription
activeOptionalstringIndication of whether the cost center is active. Deprecated since 2005. Read-only, used for display purposes. {string} B2BCostCenterShallow
activeFlagOptionalbooleanBoolean flag of whether the cost center is active. {boolean} B2BCostCenterShallow
codeOptionalstringThe code of the cost center {string} B2BCostCenterShallow
currencyOptionalCurrency{Currency} B2BCostCenterShallow
nameOptionalstringThe name of the cost center {string} B2BCostCenterShallow
originalCodeOptionalstringThe original code of the cost center. Deprecated since 2005. {string} B2BCostCenterShallow

Referenced Types

On this page