Gets or sets the carrier route data for the ship-to address. Used by the USPS to sort mail.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string CarrierRoute { get; set; } |
| Visual Basic |
|---|
Public Property CarrierRoute As String Get Set |
| Visual C++ |
|---|
public: property String^ CarrierRoute { String^ get (); void set (String^ value); } |
Field Value
This value is normally only set by a 3rd party address verification application like Accumail.
Remarks
Usually used for mass mailings to get discounts for the mailer.
If the value supplied is more than 40 characters long an error is reported.