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

RecipientAddress Property

Identifies the recipient's address.

Syntax

[VB.NET]
Public Property RecipientAddress As AddressDetail

[C#]
public AddressDetail RecipientAddress {get; set;}

Remarks

The RecipientAddress is required to be provided in a rate request (when the GetRates method is called). The Residential flag in the AddressFlags field is applicable for US domestic requests only. When this is set, it indicates that the rate request is made for Residential delivery address. Otherwise, the rate query is calculated for a Commercial delivery address.

Requests outside the US will only be calculated for Commercial. In this case, even if the Residential flag is set, the entry will be ignored.

If negotiated rates are requested to be received, then the State is required to be provided in the request. Otherwise, it is optional.

This must be set to an instance of the AddressDetail type, which will contain recipient's address info. See the AddressDetail type for more information.

Default Value

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