PresentmentAccount class

PresentmentAccount class

This class uniquely identifies a customer’s account with a biller by the combination of bill publisher, biller ID, and account number.

Inheritance: PresentmentAccountAbstractAccount

The PresentmentAccount type exposes the following members:

Constructors

Constructor Description
PresentmentAccount() Initializes a new instance of PresentmentAccount class.

Properties

Property Description
bill_publisher Gets or sets the official standard name of bill publisher.
biller_id Gets or sets the ID of this biller at this bill publisher.
biller_name Gets or sets the name of the biller.
account_id Gets or sets the account number.
presentment_name_address Gets or sets the PresentmentAccount.presentment_name_address.
user_id Gets or sets the customer’s user ID.
service_provider_name Gets or sets the service provider name.
payee_id Gets or sets the payee identifier. Identifies this Biller at the user’s Payment provider.
payee_list_id Gets or sets the payee list identifier. Identifies this Biller on the user’s payee list at their Payment provider.

See Also