RecurringPaymentResponse class

RecurringPaymentResponse class

Recurring payment response class.

Inheritance: RecurringPaymentResponseAbstractRecurringPaymentResponse

The RecurringPaymentResponse type exposes the following members:

Constructors

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

Properties

PropertyDescription
recurring_server_idGets or sets the server-assigned ID for this transaction.
payee_list_idGets or sets the server assigned record ID for this payee record.
currencyGets or sets the default currency for the Recurring Payment Response.
recurring_instructionsGets or sets the RecurringPaymentResponse.recurring_instructions.
payment_infoGets or sets the RecurringPaymentResponse.payment_info.
initial_amountGets or sets the amount of the initial payment.
final_amountGets or sets the amount of the final payment.
extended_payeeGets or sets the RecurringPaymentResponse.extended_payee.

See Also