FindBillerRequest

FindBillerRequest class

Find biller request class.

public class FindBillerRequest

Constructors

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

Properties

NameDescription
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.
City { get; set; }Gets or sets the biller’s city.
ConsumerPostalCode { get; set; }Gets or sets the postal code of customer, to allow server to filter out billers that do not do business in the customer’s area
Country { get; set; }Gets or sets the biller’s country code. ISO/DIS-3166 3-letter country code standard.
IncludeImages { get; set; }True if the client wants images (logos) returned.
Name { get; set; }Gets or sets the biller’s name.
PostalCode { get; set; }Gets or sets the biller’s postal code.
StandardIndustryCode { get; set; }Gets or sets the biller’s standard industry code.
State { get; set; }Gets or sets the biller’s state.
UpdateDate { get; set; }Gets or sets the date and time of last change to any biller entry as reported by the server on previous query.

See Also