Payee class

Payee class

This class specifies a complete billing address for a payee.

The Payee type exposes the following members:

Constructors

Constructor Description
Payee() Initializes a new instance of Payee class.

Properties

Property Description
name Gets or sets the name of payee.
address1 Gets or sets the payee’s address line 1.
address2 Gets or sets the payee’s address line 2.
address3 Gets or sets the payee’s address line 3.
city Gets or sets the payee’s city.
state Gets or sets the payee’s state.
postal_code Gets or sets the payee’s postal code.
country Gets or sets the payee’s country, 3-letter country code from ISO/DIS-3166.
phone Gets or sets the payee’s telephone number.

See Also