PresentmentAccount
Contents
[
Hide
]PresentmentAccount class
This class uniquely identifies a customer’s account with a biller by the combination of bill publisher, biller ID, and account number.
public class PresentmentAccount : AbstractAccount
Constructors
| Name | Description |
|---|---|
| PresentmentAccount() | Initializes a new instance of PresentmentAccount class. |
Properties
| Name | Description |
|---|---|
| AccountId { get; set; } | Gets or sets the account number. |
| BillerId { get; set; } | Gets or sets the ID of this biller at this bill publisher. |
| BillerName { get; set; } | Gets or sets the name of the biller. |
| BillPublisher { get; set; } | Gets or sets the official standard name of bill publisher. |
| PayeeId { get; set; } | Gets or sets the payee identifier. Identifies this Biller at the user’s Payment provider. |
| PayeeListId { get; set; } | Gets or sets the payee list identifier. Identifies this Biller on the user’s payee list at their Payment provider. |
| PresentmentNameAddress { get; set; } | Gets or sets the PresentmentNameAddress. |
| ServiceProviderName { get; set; } | Gets or sets the service provider name. |
| UserId { get; set; } | Gets or sets the customer’s user ID. |
See Also
- class AbstractAccount
- namespace Aspose.Finance.Ofx
- assembly Aspose.Finance