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
| 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} B2BCostCenter |
activeFlag | Optional | boolean | Boolean flag of whether the cost center is active. {boolean} B2BCostCenter |
assignedBudgets | Optional | Array<BudgetShallow> | Budgets assigned to this cost center {Array<BudgetShallow>} B2BCostCenter |
code | Optional | string | The code of the cost center {string} B2BCostCenter |
currency | Optional | Currency | {Currency} B2BCostCenter |
name | Optional | string | The name of the cost center {string} B2BCostCenter |
originalCode | Optional | string | The original code of the cost center. Deprecated since 2005. {string} B2BCostCenter |
unit | Optional | B2BUnit | {B2BUnit} B2BCostCenter |