RecipientAddress
RecipientAddress class
public class RecipientAddress
Constructors
Properties
| Name | Description |
|---|
| Address1 { get; set; } | Gets or sets the recipient address, line 1. |
| Address2 { get; set; } | Gets or sets the recipient address, line 2. |
| Address3 { get; set; } | Gets or sets the recipient address, line 3. |
| City { get; set; } | Gets or sets the recipient city. |
| CountryString { get; set; } | Gets or sets the recipient country (if not U.S.), do not abbreviate. |
| PHONE { get; set; } | Gets or sets the recipient telephone number. |
| PostalCode { get; set; } | Gets or sets the recipient postal code. |
| RecipientName1 { get; set; } | Gets or sets the name of recipient, line 1. |
| RecipientName2 { get; set; } | Gets or sets the name of recipient, line 2. |
| State { get; set; } | Gets or sets the recipient state. |
See Also