PresentmentNameAddress

PresentmentNameAddress class

Customer information with the biller.

public class PresentmentNameAddress

Constructors

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

Properties

NameDescription
Address1 { get; set; }Gets or sets the customer’s address line 1.
Address2 { get; set; }Gets or sets the customer’s address line 2.
Address3 { get; set; }Gets or sets the customer’s address line 3.
BusinessNameAccountHeld { get; set; }Gets or sets the optional “Does Business As” name associated with this account.
City { get; set; }Gets or sets the customer’s city.
Country { get; set; }Gets or sets the customer’s country. 3-letter country code from ISO/DIS-3166.
DayPhone { get; set; }Gets or sets the customer’s daytime telephone number.
EveningPhone { get; set; }Gets or sets the customer’s evening telephone number.
NameAccountHeld { get; set; }Gets or sets the customer’s name as it appears on the account.
PostalCode { get; set; }Gets or sets the customer’s postal code.
State { get; set; }Gets or sets the customer’s state.

See Also