WireResponse class

WireResponse class

Wire transfer response class.

Inheritance: WireResponseAbstractWireResponse

The WireResponse type exposes the following members:

Constructors

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

Properties

PropertyDescription
currencyGets or sets the currency used in transfer.
server_idGets or sets the server ID for this transfer.
bank_account_fromGets or sets the from of BankAccount.
wire_beneficiaryGets or sets the WireResponse.wire_beneficiary.
wire_destination_bankGets or sets the WireResponse.wire_destination_bank.
transfer_amountGets or sets the transfer amount.
due_dateGets or sets the date to occur.
payment_instructionGets or sets the payment instructions.
transfer_project_dateGets or sets the projected date of the transfer.
posted_dateGets or sets the actual date of the transfer.
feeGets or sets the fee assessed for the transfer.
confirmation_messageGets or sets the confirmation message.

See Also