PresentmentNameAddress class

PresentmentNameAddress class

Customer information with the biller.

The PresentmentNameAddress type exposes the following members:

Constructors

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

Properties

Property Description
name_account_held Gets or sets the customer’s name as it appears on the account.
business_name_account_held Gets or sets the optional “Does Business As” name associated with this account.
address1 Gets or sets the customer’s address line 1.
address2 Gets or sets the customer’s address line 2.
address3 Gets or sets the customer’s address line 3.
city Gets or sets the customer’s city.
state Gets or sets the customer’s state.
postal_code Gets or sets the customer’s postal code.
country Gets or sets the customer’s country. 3-letter country code from ISO/DIS-3166.
day_phone Gets or sets the customer’s daytime telephone number.
evening_phone Gets or sets the customer’s evening telephone number.

See Also