RecurringPaymentCancelResponse class

RecurringPaymentCancelResponse class

Recurring payment cancellation response class.

Inheritance: RecurringPaymentCancelResponseAbstractRecurringPaymentResponse

The RecurringPaymentCancelResponse type exposes the following members:

Constructors

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

Properties

PropertyDescription
recurring_server_idGets or sets the server-assigned ID for this transaction.
can_pendingGets or sets the Cancel pending flag. True if the client requested that the server cancel all pending and unspawned payments. False if the client requested that the server cancel only unspawned payments.

See Also