Payee

Payee class

This class specifies a complete billing address for a payee.

public class Payee

Constructors

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

Properties

NameDescription
Address1 { get; set; }Gets or sets the payee’s address line 1.
Address2 { get; set; }Gets or sets the payee’s address line 2.
Address3 { get; set; }Gets or sets the payee’s address line 3.
City { get; set; }Gets or sets the payee’s city.
Country { get; set; }Gets or sets the payee’s country, 3-letter country code from ISO/DIS-3166.
Name { get; set; }Gets or sets the name of payee.
Phone { get; set; }Gets or sets the payee’s telephone number.
PostalCode { get; set; }Gets or sets the payee’s postal code.
State { get; set; }Gets or sets the payee’s state.

See Also