WireRequest

WireRequest class

Wire transfer request class.

public class WireRequest : AbstractWireRequest

Constructors

Name Description
WireRequest() Initializes a new instance of WireRequest class.

Properties

Name Description
BankAccountFrom { get; set; } Gets or sets the from of BankAccount.
DueDate { get; set; } Gets or sets the Date to occur.
PaymentInstruction { get; set; } Gets or sets the payment instructions.
TransferAmount { get; set; } Gets or sets the transfer amount.
WireBeneficiary { get; set; } Gets or sets the WireBeneficiary.
WireDestinationBank { get; set; } Gets or sets the WireDestinationBank.

See Also