FormTypes Property
Contains the collection of types for international forms that can associate an international shipment.
Syntax
[VB.NET] Public Property FormTypes As Integer
[C#] public int FormTypes {get; set;}
Remarks
The FormTypes property is optional. Up to 4 international forms (such as Invoice, Shipper's Export Declaration, Certificate of Origin, NAFTA Certificate of Origin, or Partial Invoice) can be requested within a ship request. To request any of the forms offered by UPS, you must set the FormTypes to a set of flags as listed below (specified in hexadecimal notation). They can be or-ed together to include multiple conditions:
Value | Meaning |
0x00000001 | Invoice |
0x00000002 | Shipper's Export Declaration |
0x00000004 | Certificate of Origin |
0x00000008 | NAFTA Certificate of Origin |
Default Value
0