IntraResponse

IntraResponse class

Intrabank transfer response class.

public class IntraResponse : AbstractIntraResponse

Constructors

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

Properties

NameDescription
Currency { get; set; }Gets or sets the default currency for the intrabank transfer response.
PostedDate { get; set; }Gets or sets the actual date of the transfer.
ReferenceServerId { get; set; }Gets or sets the reference server ID. If the response is generated by a recurring transfer model, this ID references it.
ServerId { get; set; }Gets or sets the server ID for this transfer.
TransferInfo { get; set; }Gets or sets the TransferInfo.
TransferProcessingStatus { get; set; }Gets or sets the TransferProcessingStatus.
TransferProjectDate { get; set; }Gets or sets the projected date of the transfer.

See Also