CancelPending

RecurringPaymentCancelRequest.CancelPending property

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).

public bool CancelPending { get; set; }

See Also