ConsignmentChargeAdhocCreateModel
- chargeType: integerenum
Application Integer numbers.
values- Rate = 1
- Fee = 2
- chargeType: numberFormat: double
Rate Excl Tax For rate-based charge applications, rate of charge is used in conjunction with the metric value to determine the overall charge value. For fee-based charge applications, this is the overall value.
- costType: string | nullFormat: uuid
Centre Id The ID of the cost centre.
- metricType: numberFormat: double
Value For rate-based charge applications, this is the quantity or metric value of the charge and is used in conjunction with the rate to determine the overall charge value. For fee-based charge applications, this is defaulted to 1
- particularsType: string | null
The particulars of the charge.
- revenueType: string | nullFormat: uuid
Account Id The ID of the revenue account.
- taxType: stringFormat: uuid
Rate Id The ID of the tax rate.