WireResponse

WireResponse class

Wire transfer response class.

public class WireResponse : AbstractWireResponse

Constructors

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

Properties

NameDescription
BankAccountFrom { get; set; }Gets or sets the from of BankAccount.
ConfirmationMessage { get; set; }Gets or sets the confirmation message.
Currency { get; set; }Gets or sets the currency used in transfer.
DueDate { get; set; }Gets or sets the date to occur.
Fee { get; set; }Gets or sets the fee assessed for the transfer.
PaymentInstruction { get; set; }Gets or sets the payment instructions.
PostedDate { get; set; }Gets or sets the actual date of the transfer.
ServerId { get; set; }Gets or sets the server ID for this transfer.
TransferAmount { get; set; }Gets or sets the transfer amount.
TransferProjectDate { get; set; }Gets or sets the projected date of the transfer.
WireBeneficiary { get; set; }Gets or sets the WireBeneficiary.
WireDestinationBank { get; set; }Gets or sets the WireDestinationBank.

See Also