PaymentInfo
Contents
[
Hide
]PaymentInfo class
The Payment Information class is used to specify detailed payment information. It is used for both single payments and recurring payments.
public class PaymentInfo
Constructors
| Name | Description |
|---|---|
| PaymentInfo() | Initializes a new instance of PaymentInfo class. |
Properties
| Name | Description |
|---|---|
| BankAccountFrom { get; set; } | Gets or sets the from of BankAccount. |
| BankAccountTo { get; set; } | Gets or sets the to of BankAccount. |
| BillPubInfo { get; set; } | Gets or sets the BillPubInfo. |
| BillReferenceInformation { get; set; } | Gets or sets the biller-supplied reference information when paying a bill, if available. |
| DueDate { get; set; } | Gets or sets the payment due date or the date by which payment must be received by payee. |
| ExtendedPayments { get; set; } | Gets or sets the collection of ExtendedPayment. |
| Memo { get; set; } | Gets or sets the memo from user to payee. |
| Payee { get; set; } | Gets or sets the complete Payee billing information. |
| PayeeAccount { get; set; } | Gets or sets the user account number with the payee. |
| PayeeId { get; set; } | Gets or sets the server payee identifier (required if assigned). |
| PayeeListId { get; set; } | Gets or sets the payee list ID (required if assigned), |
| TransferAmount { get; set; } | Gets or sets the payment amount. |
See Also
- namespace Aspose.Finance.Ofx.BillPay
- assembly Aspose.Finance