# NomadEnvoyCli.Order

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**orderId** | **String** | Order ref of ERP system. | [optional] 
**clientOrderRef** | **String** | Client order ref of E-commerce platform. | [optional] 
**clientParentOrderRef** | **String** | Client parent order ref (E-commerce platform) | [optional] 
**platformTransactionId** | **String** | Client transaction id (E-commerce platform), e.g. PDD for customs purpose payment | [optional] 
**platformName** | **String** | Platform name, available options: pdd, youzan, littleredbook, nomad, douyin, checkout. | 
**isSubOrder** | **Boolean** | Declare if current order is a sub order. | [optional] [default to false]
**isDistributionOrder** | **Boolean** | Declare if current order is a distribution order. | [optional] [default to false]
**distributorName** | **String** | Distributor Name | [optional] 
**orderType** | **String** | Current order type, could be one of DEFAULT/DISTRIBUTOR/SUPPLIER | [optional] [default to &#39;DEFAULT&#39;]
**items** | [**[OrderProduct]**](OrderProduct.md) | Products in order. | [optional] 
**customer** | [**Address**](Address.md) |  | [optional] 
**customerIdRef** | **String** | The ID of buyer on current E-commerce platform. | [optional] 
**seller** | [**Address**](Address.md) |  | [optional] 
**payer** | [**Address**](Address.md) |  | [optional] 
**status** | **String** | View valid status at get /order query params | [optional] 
**trackingReference** | **String** | package tracking reference. | [optional] 
**destinationCode** | **String** | Proposed by Onion, original Chinese phrase is 三段码. | [optional] 
**nodeCode** | **String** | Proposed by Onion, original Chinese phrase is 集包地. | [optional] 
**expressCompany** | **String** | Logistic companies, e.g. STO, Goldjet. | [optional] 
**expressType** | **String** | BC/BBC.  BC means business-customer, BBC means business-business-customer, like distribution sell mode. | [optional] 
**currency** | **String** | The currency used in current order, it makes sense if we declare it explicitly. | [default to &#39;RMB&#39;]
**customsCode** | **String** | 海关编号 ZZ:郑州新郑综合保税区；GZ：广州海关；HZ：杭州海关；SH：上海海关 | [optional] [default to &#39;SH&#39;]
**customsFilingId** | **String** | The filing id that returned from Customs | [optional] 
**createdAt** | **String** | The time when current order was created. ISO_8601 format | [optional] 
**updatedAt** | **String** | The time when current order was updated. ISO_8601 format | [optional] 
**payMethod** | **String** |  | [optional] 
**payMerchantName** | **String** |  | [optional] 
**payAmount** | **Number** | The amount of final paid. | [optional] 
**refundAmount** | **Number** | The amount of order refund. | [optional] [default to 0.0]
**payId** | **String** | The pay number generated by the eCommerce platform such as Youzan | [optional] 
**paymentPayId** | **String** | the payment number generated by payment tool such as WeChat Pay | [optional] 
**paidAt** | **String** | The time when the pay was made. ISO_8601 format | [optional] 
**payCustomsNo** | **String** | The payment declaration number from customs. | [optional] 
**productsTotalTax** | **Number** | The sum tax of all products in current order, including Non-cash deduction amount. | [optional] 
**shippingCost** | **Number** | The shipping cost of current order, excluding the shipping cost on each contained products. If delivery free, just set 0. | [optional] 
**shippingTax** | **Number** | The shipping tax of current order. If delivery free, just set 0. | [optional] 
**shippedDate** | **String** | The date that package is shipped | [optional] 
**nonCashDeductionAmount** | **Number** | Amount that deducted by non-cash, e.g. member points, virtual currency, voucher code, etc. | [optional] 
**insuranceFee** | **Number** | The insurance fee of current shipping. | [optional] 
**customerNote** | **String** | The special note from the buyer. | [optional] 
**deliverySlipUrl** | **String** | The URL of delivery slip. | [optional] 
**campaignTrackingData** | [**Object**](.md) |  | [optional] 
**discountCode** | **String** | The discount code. | [optional] 


