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

PackageCODType Property

The code that indicates the type of funds that will be used for the COD payment for this package.

Syntax

__property TibxEzShipPackageCODTypes PackageCODType[int PackageIdx] = {read=FPackageCODType, write=FSetPackageCODType};



enum TibxEzShipPackageCODTypes { codtpAny=0, codtpCash=1, codtpGuaranteedFunds=2, codtpCompanyCheck=3, codtpPersonalCheck=4 };

Default Value

0

Remarks

The code that indicates the type of funds that will be used for the COD payment for this package.

This property is only applicable to FedEx and UPS and identifies the type of funds that should be collected upon package delivery. It is required to be provided in the request only if COD is requested for this package (i.e., PackageCODAmount is set to a value other than "0.00").

Valid values are:

Value Description
codtpAny (0) Company check, personal check, cashier's check or money order - UPS no cash allowed. Not applicable for Canada Post
codtpCash (1) Cash - FedEx only, only valid for Ground shipments
codtpGuaranteedFunds (2) Cashier's check or money order
codtpCompanyCheck (3) Company check - FedEx and Canada Post only
codtpPersonalCheck (4) Personal check - FedEx and Canada Post only

Note: COD special service is not valid for return service movements.

Also note that only codtpAny (0) and codtGuaranteedFunds (2) are valid for UPS. For CanadaPost codtpAny is not valid and any type of check is accepted.

The size of the array is controlled by the PackageCount property.

This property is not available at design time.

Data Type

Integer

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