RecurringInterModRequest

RecurringInterModRequest class

Recurring Interbank modification request class.

public class RecurringInterModRequest : AbstractRecurringInterRequest

Constructors

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

Properties

NameDescription
InterRequest { get; set; }Gets or sets the InterRequest.
ModifyPending { get; set; }Gets or sets the modify pending flag. If the client sets this flag, the server must modify pending and future transfers.
RecurringInstructions { get; set; }Gets or sets the RecurringInstructions.
RecurringServerId { get; set; }Gets or sets the ID assigned by the server to the model being modified.

See Also