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
| Name | Required | Type | Description |
|---|---|---|---|
active | Optional | string | Indication of whether the cost center is active. Deprecated since 2005. Read-only, used for display purposes. {string} B2BCostCenterShallow |
activeFlag | Optional | boolean | Boolean flag of whether the cost center is active. {boolean} B2BCostCenterShallow |
code | Optional | string | The code of the cost center {string} B2BCostCenterShallow |
currency | Optional | Currency | {Currency} B2BCostCenterShallow |
name | Optional | string | The name of the cost center {string} B2BCostCenterShallow |
originalCode | Optional | string | The original code of the cost center. Deprecated since 2005. {string} B2BCostCenterShallow |