RecurringPaymentCancelRequest class

RecurringPaymentCancelRequest class

Recurring payment cancellation request class.

Inheritance: RecurringPaymentCancelRequestAbstractRecurringPaymentRequest

The RecurringPaymentCancelRequest type exposes the following members:

Constructors

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

Properties

PropertyDescription
reference_server_idGets or sets the ID assigned by the server to the payment being canceled.
cancel_pendingGets or sets the Cancel pending flag. If true, server should cancel all pending and unspawned payments. If false, server should cancel only the model(and unspawned payments).

See Also