RecipientAddress class

RecipientAddress class

The RecipientAddress type exposes the following members:

Constructors

ConstructorDescription
RecipientAddress()Initializes a new instance of RecipientAddress class.

Properties

PropertyDescription
recipient_name1Gets or sets the name of recipient, line 1.
recipient_name2Gets or sets the name of recipient, line 2.
address1Gets or sets the recipient address, line 1.
address2Gets or sets the recipient address, line 2.
address3Gets or sets the recipient address, line 3.
cityGets or sets the recipient city.
stateGets or sets the recipient state.
postal_codeGets or sets the recipient postal code.
phoneGets or sets the recipient telephone number.
country_stringGets or sets the recipient country (if not U.S.), do not abbreviate.

See Also