BillerInfo class
BillerInfo class
This class includes information about a single biller.
The BillerInfo type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| BillerInfo() | Initializes a new instance of BillerInfo class. |
Properties
| Property | Description |
|---|---|
| bill_publisher | Gets or sets the official standard name of the bill publisher. |
| biller_id | Gets or sets the ID of this biller at this bill publisher. |
| name | Gets or sets the name of the biller. |
| address1 | Gets or sets the biller’s address line 1. |
| address2 | Gets or sets the biller’s address line 2. |
| address3 | Gets or sets the biller’s address line 3. |
| city | Gets or sets the biller’s city. |
| state | Gets or sets the biller’s state. |
| postal_code | Gets or sets the biller’s postal code. |
| country | Gets or sets the biller’s country. 3-letter country code from ISO/DIS-3166. |
| standard_industrial_classification | Gets or sets the biller’s Standard Industrial Classification Code. |
| phone | Gets or sets the biller’s phone number for customer information (if a special number exists for electronic billing information, use that number). |
| payment_instruments | Gets or sets the collection of PaymentInstrument. |
| account_format | Gets or sets the regular expression describing the account number format. |
| account_edit_mask | Gets or sets the alternative string describing the account number format. |
| help_message | Gets or sets the human-readable message that the client can display to assist the customer in entering his or her account number. |
| restrict | Gets or sets the human-readable description of any restrictions on who may sign up with this biller. |
| logo | Gets or sets the URL of the biller’s logo. |
| validate | Gets or sets the URL for validation. |
| biller_info_url | 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. |