RecurringIntraCancellationResponse

RecurringIntraCancellationResponse class

Recurring intrabank transfer cancellation response class.

public class RecurringIntraCancellationResponse : AbstractRecurringIntraResponse

Constructors

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

Properties

NameDescription
CancelPending { get; set; }Gets or sets the cancel pending flag. Yes if the client requested that the server cancel all pending and unspawned transfers. No if the client requested that the server cancel only unspawned transfers.
RecurringServerId { get; set; }Gets or sets the ID assigned by the server to the model being canceled.

See Also