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

CODType Property

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

Syntax

[VB.NET]
Public Property CODType As UpsshipintlCODTypes

[C#]
public UpsshipintlCODTypes CODType {get; set;}

enum UpsshipintlCODTypes { codtsCash, codtsCheck }

Remarks

This property identifies the type of funds UPS should collect upon shipment delivery. It is required to be provided in the request only if COD is requested (i.e., CODTotalAmount is set to a value other than "0.00").

Valid values are:

Value Meaning
codtsCash (0) Only cash is allowed as form of payment.
codtsCheck (1) Personal check, cashier's check or money order - no cash allowed.

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

Default Value

0

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