RecurringPaymentResponse class
RecurringPaymentResponse class
Recurring payment response class.
Inheritance: RecurringPaymentResponse → AbstractRecurringPaymentResponse
The RecurringPaymentResponse type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| RecurringPaymentResponse() | Initializes a new instance of RecurringPaymentResponse class. |
Properties
| Property | Description |
|---|---|
| recurring_server_id | Gets or sets the server-assigned ID for this transaction. |
| payee_list_id | Gets or sets the server assigned record ID for this payee record. |
| currency | Gets or sets the default currency for the Recurring Payment Response. |
| recurring_instructions | Gets or sets the RecurringPaymentResponse.recurring_instructions. |
| payment_info | Gets or sets the RecurringPaymentResponse.payment_info. |
| initial_amount | Gets or sets the amount of the initial payment. |
| final_amount | Gets or sets the amount of the final payment. |
| extended_payee | Gets or sets the RecurringPaymentResponse.extended_payee. |