CommercialInvoice Property
Contains specific details on Commercial Invoice (when this form is requested).
Syntax
public CommercialInvoiceDetail getCommercialInvoice(); public void setCommercialInvoice(CommercialInvoiceDetail commercialInvoice);
Remarks
This is applicable only to international shipments that contain non-documents. It is required to be provided in the request only if Commercial Invoice international form is requested (i.e., one of the FormTypes is set to Invoice).
This must be set to an instance of the CommercialInvoiceDetail type, which will contain specific information about the Commercial Invoice (CI) that is requested to associate an international shipment. See the CommercialInvoiceDetail type for more information.