Contents Property
Description of items being shipped.
Syntax
[VB.NET] Public Property Contents As UspsshipintlContents
[C#] public UspsshipintlContents Contents {get; set;}
enum UspsshipintlContents { ctSample, ctGift, ctDocuments, ctReturn, ctOther, ctMerchandise, ctHumanitarianDonation, ctDangerousGoods }
Remarks
Type of the contents in the package.
Note that if Contents is set to ctOther, you may be required to set the OtherContents configuration setting with a description of the contents. For example:
component.Contents = ctOther component.Config("OtherContents=Livestock")
For customs forms, the value of this property is required for the GetFormCP72 and GetFormCN22 methods calls. ctReturn is applicable for Customs Form CP 72 only.
Default Value
0