add dispute functionality for contract duty and implement collection dates

This commit is contained in:
Marshal
2026-07-26 17:30:00 +00:00
parent 5e10c97294
commit bfea9de660
4 changed files with 185 additions and 30 deletions

View File

@@ -848,7 +848,14 @@ export interface CreateContractDto {
freightType: ContractFreightType;
serviceTypeId: string;
paymentCurrency: string;
/**
* Ignored on create — a contract always quotes in USD now. The billing
* currency is chosen per shipment (at booking, or on the shipment request
* when GL books on the customer's behalf).
*
* @deprecated
*/
paymentCurrency?: string;
customsClearingEnabled?: boolean;
customsClearingAgent?: string;
equipmentReturn?: string;