IntraModResponse

IntraModResponse class

Intrabank transfer modification response class.

public class IntraModResponse : AbstractIntraResponse

Constructors

NameDescription
IntraModResponse()Initializes a new instance of IntraModResponse 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