InterModResponse

InterModResponse class

Interbank transfer modification response class.

public class InterModResponse : AbstractInterResponse

Constructors

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

Properties

NameDescription
ServerId { get; set; }Gets or sets the ID assigned by the server to the transfer being modified.
TransferInfo { get; set; }Gets or sets the TransferInfo.
TransferProcessingStatus { get; set; }Gets or sets the TransferProcessingStatus.

See Also