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 UpsratesCODTypes
[C#] public UpsratesCODTypes CODType {get; set;}
enum UpsratesCODTypes { 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