RecurringPaymentCancelRequest

RecurringPaymentCancelRequest class

Recurring payment cancellation request class.

public class RecurringPaymentCancelRequest : AbstractRecurringPaymentRequest

Constructors

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

Properties

NameDescription
CancelPending { get; set; }Gets 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).
ReferenceServerId { get; set; }Gets or sets the ID assigned by the server to the payment being canceled.

See Also