RecurringPaymentCancelResponse

RecurringPaymentCancelResponse class

Recurring payment cancellation response class.

public class RecurringPaymentCancelResponse : AbstractRecurringPaymentResponse

Constructors

Name Description
RecurringPaymentCancelResponse() Initializes a new instance of RecurringPaymentCancelResponse class.

Properties

Name Description
CanPending { get; set; } Gets 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.
RecurringServerId { get; set; } Gets or sets the server-assigned ID for this transaction.

See Also