BillerInfo class

BillerInfo class

This class includes information about a single biller.

The BillerInfo type exposes the following members:

Constructors

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

Properties

PropertyDescription
bill_publisherGets or sets the official standard name of the bill publisher.
biller_idGets or sets the ID of this biller at this bill publisher.
nameGets or sets the name of the biller.
address1Gets or sets the biller’s address line 1.
address2Gets or sets the biller’s address line 2.
address3Gets or sets the biller’s address line 3.
cityGets or sets the biller’s city.
stateGets or sets the biller’s state.
postal_codeGets or sets the biller’s postal code.
countryGets or sets the biller’s country. 3-letter country code from ISO/DIS-3166.
standard_industrial_classificationGets or sets the biller’s Standard Industrial Classification Code.
phoneGets or sets the biller’s phone number for customer information (if a special number exists for electronic billing information, use that number).
payment_instrumentsGets or sets the collection of PaymentInstrument.
account_formatGets or sets the regular expression describing the account number format.
account_edit_maskGets or sets the alternative string describing the account number format.
help_messageGets or sets the human-readable message that the client can display to assist the customer in entering his or her account number.
restrictGets or sets the human-readable description of any restrictions on who may sign up with this biller.
logoGets or sets the URL of the biller’s logo.
validateGets or sets the URL for validation.
biller_info_urlGets or sets the URL of human-readable description of additional information the biller would like the customer to have with regard to signing up.

See Also