CommercialInvoiceTerms Property
Indicates the rights to the seller from the buyer.
Object Oriented Interface
public function getCommercialInvoiceTerms(); public function setCommercialInvoiceTerms($value);
Procedural Interface
inship_fedexshipintl_get($res, 26 ); inship_fedexshipintl_set($res, 26, $value );
Default Value
0
Remarks
Indicates the rights to the seller from the buyer.
Required for dutiable international express or ground shipment. This is not applicable to an international PIB (document) or a non-document which does not require a commercial invoice express shipment.
Valid values are:
Value | Meaning | FedEx | UPS | |
citFca (0) | Free Carrier | X | X | |
citFob (1) | Free On Board/Free Carrier | X | X | |
citFas (2) | Free Alongside Ship | X | ||
citCfr (3) | Cost and Freight | X | X | |
citCif (4) | Cost, Insurance and Freight | X | X | |
citCip (5) | Carriage and Insurance Paid | X | X | |
citCpt (6) | Carriage Paid To | X | X | |
citDaf (7) | Delivered at Frontier | X | ||
citDdp (8) | Delivery Duty Paid | X | X | |
citDdu (9) | Delivery Duty Unpaid | X | X | |
citDeq (10) | Delivered Ex Quay | X | ||
citDes (11) | Delivered Ex Ship | X | ||
citExw (12) | Ex Works | X | X |
Data Type
Integer