B2BCostCenterList
Representation of a cost center list B2BCostCenterList
export interface B2BCostCenterList {
'costCenters'?: Array<B2BCostCenter>;
'pagination'?: DeprecatedPagination;
'sorts'?: Array<Sort>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
costCenters | Optional | Array<B2BCostCenter> | List of cost centers {Array<B2BCostCenter>} B2BCostCenterList |
pagination | Optional | DeprecatedPagination | {DeprecatedPagination} B2BCostCenterList |
sorts | Optional | Array<Sort> | List of sorts {Array<Sort>} B2BCostCenterList |