PresentmentNameAddress class

PresentmentNameAddress class

Customer information with the biller.

The PresentmentNameAddress type exposes the following members:

Constructors

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

Properties

PropertyDescription
name_account_heldGets or sets the customer’s name as it appears on the account.
business_name_account_heldGets or sets the optional “Does Business As” name associated with this account.
address1Gets or sets the customer’s address line 1.
address2Gets or sets the customer’s address line 2.
address3Gets or sets the customer’s address line 3.
cityGets or sets the customer’s city.
stateGets or sets the customer’s state.
postal_codeGets or sets the customer’s postal code.
countryGets or sets the customer’s country. 3-letter country code from ISO/DIS-3166.
day_phoneGets or sets the customer’s daytime telephone number.
evening_phoneGets or sets the customer’s evening telephone number.

See Also