Alokai

B2BCostCenterList

Representation of a cost center list B2BCostCenterList

export interface B2BCostCenterList {
	'costCenters'?: Array<B2BCostCenter>;
	'pagination'?: DeprecatedPagination;
	'sorts'?: Array<Sort>;
}

Properties

NameRequiredTypeDescription
costCentersOptionalArray<B2BCostCenter>List of cost centers {Array<B2BCostCenter>} B2BCostCenterList
paginationOptionalDeprecatedPagination{DeprecatedPagination} B2BCostCenterList
sortsOptionalArray<Sort>List of sorts {Array<Sort>} B2BCostCenterList

Referenced Types

On this page