WireResponse class

WireResponse class

Wire transfer response class.

Inheritance: WireResponseAbstractWireResponse

The WireResponse type exposes the following members:

Constructors

Constructor Description
WireResponse() Initializes a new instance of WireResponse class.

Properties

Property Description
currency Gets or sets the currency used in transfer.
server_id Gets or sets the server ID for this transfer.
bank_account_from Gets or sets the from of BankAccount.
wire_beneficiary Gets or sets the WireResponse.wire_beneficiary.
wire_destination_bank Gets or sets the WireResponse.wire_destination_bank.
transfer_amount Gets or sets the transfer amount.
due_date Gets or sets the date to occur.
payment_instruction Gets or sets the payment instructions.
transfer_project_date Gets or sets the projected date of the transfer.
posted_date Gets or sets the actual date of the transfer.
fee Gets or sets the fee assessed for the transfer.
confirmation_message Gets or sets the confirmation message.

See Also