Click or drag to resize

BankInfoCriteria Class

Data contract for the bank info item attached to a booking
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsBankInfoCriteria

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 BankInfoCriteria : DataContractBase

The BankInfoCriteria type exposes the following members.

Constructors
  NameDescription
Public methodBankInfoCriteria
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 propertyRegNo
Property RegNo. Can be both bank registration number or SWIFT for international transfers.
Top
See Also