Payee class

Payee class

This class specifies a complete billing address for a payee.

The Payee type exposes the following members:

Constructors

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

Properties

PropertyDescription
nameGets or sets the name of payee.
address1Gets or sets the payee’s address line 1.
address2Gets or sets the payee’s address line 2.
address3Gets or sets the payee’s address line 3.
cityGets or sets the payee’s city.
stateGets or sets the payee’s state.
postal_codeGets or sets the payee’s postal code.
countryGets or sets the payee’s country, 3-letter country code from ISO/DIS-3166.
phoneGets or sets the payee’s telephone number.

See Also