Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

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

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0