ExtBankDescription

ExtBankDescription class

Extended bank description class.

public class ExtBankDescription

Constructors

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

Properties

NameDescription
Address1 { get; set; }Gets or sets the bank’s address line 1.
Address2 { get; set; }Gets or sets the bank’s address line 2.
Address3 { get; set; }Gets or sets the bank’s address line 3.
BANKID { get; set; }Gets or sets the bank id. Routing: ABA number or S.W.I.F.T. number.
City { get; set; }Gets or sets the bank’s city.
Country { get; set; }Gets or sets the bank’s country.3-letter country code from ISO/DIS-3166.
Name { get; set; }Gets or sets the abbreviated name of bank.
Phone { get; set; }Gets or sets the bank’s phone number.
PostalCode { get; set; }Gets or sets the bank’s postal code.
State { get; set; }Gets or sets the bank’s state or province.

See Also