mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Merge pull request #964 from Tria-plc/freight_feature/usermanagement
add dispute functionality for contract duty and implement collection…
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user