Class Bank
Inheritance
System.Object
Bank
Namespace: WebServices.DataContracts.Common
Assembly: WebServices.dll
Syntax
[DataContract]
public class Bank
Properties
AccountNumber
Account number
Declaration
[DataMember]
public string AccountNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Address
Bank address
Declaration
[DataMember]
public Address Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Address |
Agency
Agency
Declaration
[DataMember]
public string Agency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
BankIdentifier
Bank identifier
Declaration
[DataMember]
public string BankIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IBAN
Bank IBAN
Declaration
[DataMember]
public string IBAN { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |