WireBeneficiary

WireBeneficiary class

This class describes the receiver of a wire transfer.

public class WireBeneficiary

Constructors

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

Properties

NameDescription
BankAccountTo { get; set; }Gets or sets the to of BankAccount.
Memo { get; set; }Gets or sets the information for the beneficiary.
Name { get; set; }Gets or sets the name of beneficiary.

See Also