Click or drag to resize

BankInfoWeb Class

Data contract for a bank info item
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsBankInfoWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class BankInfoWeb : DataContractEntityWeb

The BankInfoWeb type exposes the following members.

Constructors
  NameDescription
Public methodBankInfoWeb
Top
Properties
  NameDescription
Public propertyAccountHolderName
The name of the account holder
Public propertyAccountNo
Property AccountNo. Can be both bank account number or IBAN for international transfers.
Public propertyBankName
Name of the bank
Public propertyCountryIsoCode
The ISO 3166-1 country code of the bank
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyRegNo
Property RegNo. Can be both bank registration number or SWIFT for international transfers.
Top
See Also