BillerInfo

BillerInfo class

This class includes information about a single biller.

public class BillerInfo

Constructors

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

Properties

NameDescription
AccountEditMask { get; set; }Gets or sets the alternative string describing the account number format.
AccountFormat { get; set; }Gets or sets the regular expression describing the account number format.
Address1 { get; set; }Gets or sets the biller’s address line 1.
Address2 { get; set; }Gets or sets the biller’s address line 2.
Address3 { get; set; }Gets or sets the biller’s address line 3.
BillerId { get; set; }Gets or sets the ID of this biller at this bill publisher.
BillerInfoUrl { get; set; }Gets or sets the URL of human-readable description of additional information the biller would like the customer to have with regard to signing up.
BillPublisher { get; set; }Gets or sets the official standard name of the bill publisher.
City { get; set; }Gets or sets the biller’s city.
Country { get; set; }Gets or sets the biller’s country. 3-letter country code from ISO/DIS-3166.
HelpMessage { get; set; }Gets or sets the human-readable message that the client can display to assist the customer in entering his or her account number.
Logo { get; set; }Gets or sets the URL of the biller’s logo.
Name { get; set; }Gets or sets the name of the biller.
PaymentInstruments { get; set; }Gets or sets the collection of PaymentInstrument.
Phone { get; set; }Gets or sets the biller’s phone number for customer information (if a special number exists for electronic billing information, use that number).
PostalCode { get; set; }Gets or sets the biller’s postal code.
Restrict { get; set; }Gets or sets the human-readable description of any restrictions on who may sign up with this biller.
StandardIndustrialClassification { get; set; }Gets or sets the biller’s Standard Industrial Classification Code.
State { get; set; }Gets or sets the biller’s state.
Validate { get; set; }Gets or sets the URL for validation.

See Also