PartnerTransactionHeaderModel
- activityType: string | null
Code The activity code of the transaction.
- activityType: string | null
Name The activity name of the transaction.
- amountType: numberFormat: double
Excl Tax The amount, exlcuding tax, of the transaction.
- baseType: number | nullFormat: double
Charge Excl Tax The base charge, exlcuding tax, of the transaction.
- chargeType: integerenum
Application Integer numbers.
values- Rate = 1
- Fee = 2
- chargeType: numberFormat: double
Rate Excl Tax The charge rate, exlcuding tax, of the transaction.
- chargeType: string | null
Type Code The code of the charge type.
- chargeType: string | nullFormat: uuid
Type Id The ID of the charge type.
- chargeType: string | null
Type Name The name of the charge type.
- consignmentType: string | nullFormat: uuid
Id The ID of the consignment.
- consignmentType: string | null
Number The consignment number.
- consignmentType: string | null
Reference Number The consignment reference number.
- costType: string | null
Centre Code The cost centre code of the transaction.
- costType: string | nullFormat: uuid
Centre Id The cost centre id of the transaction.
- dateType: stringFormat: date
The date of the transaction.
- idType: stringFormat: uuid
The ID of the transaction.
- maxType: number | nullFormat: double
Charge Excl Tax The max charge, exlcuding tax, of the transaction.
- minType: number | nullFormat: double
Charge Excl Tax The min charge, exlcuding tax, of the transaction.
- particularsType: string | null
The particulars of the transaction.
- quantityType: numberFormat: double
The quantity of the transaction.
- revenueType: string | null
Account Code The revenue account code of the transaction.
- revenueType: string | nullFormat: uuid
Account Id The revenue account id of the transaction.
- taxType: stringFormat: uuid
Rate Id The ID of the tax rate.
- taxType: string | null
Rate Name The name of the tax rate.
- taxType: numberFormat: double
Rate Percent The percent of the tax rate.
- typeType: integerenum
Integer numbers.
values- Adhoc
Charge = 0 - Freight
Charge = 1 - Storage
Charge = 2 - Activity
Charge = 3