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

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

Properties

PropertyDescription
bill_publisherGets or sets the official standard name of bill publisher.
biller_idGets or sets the ID of this biller at this bill publisher.
biller_nameGets or sets the name of the biller.
account_idGets or sets the account number.
presentment_name_addressGets or sets the PresentmentAccount.presentment_name_address.
user_idGets or sets the customer’s user ID.
service_provider_nameGets or sets the service provider name.
payee_idGets or sets the payee identifier. Identifies this Biller at the user’s Payment provider.
payee_list_idGets or sets the payee list identifier. Identifies this Biller on the user’s payee list at their Payment provider.

See Also