RecurringIntraCancellationRequest

RecurringIntraCancellationRequest class

Recurring intrabank transfer cancellation request class.

public class RecurringIntraCancellationRequest : AbstractRecurringIntraRequest

Constructors

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

Properties

NameDescription
CancelPending { get; set; }Gets or sets the cancel pending flag. If yes, server should cancel all pending and unspawned transfers. If no, server should cancel only the model(and unspawned transfers).
RecurringServerId { get; set; }Gets or sets the ID assigned by the server to the model being canceled.

See Also