Add | Adds a new record of banks table. |
 GetAsXML | Returns the object from XML data, which is stored as string in a buffer. |
 GetByKey | Retrieves and sets the values of the object's properties by the object's absolute key from the Company database. |
 Remove | Deletes the current record. |
 SaveToFile | Save the object to a file as XML data. |
 SaveXML | Saves the object data to XML formatted data. |
 Update | Updates the object data in the company database. |
 AbsoluteEntry | Returns the identification key of the bank as assigned by the system when adding a new entry. Field name: AbsoluteEntry. |
 AccountforOutgoingChecks | Returns the bank account number for outgoing checks. Field name: DfltAcct. Length: 50 characters. |
 BankCode | Sets or returns the bank code.
Field name: BankCode. Mandatory property. Length: 30 characters. |
 BankName | Sets or returns bank name. Field name: BankName. Length: 32 characters. |
 BranchforOutgoingChecks | Returns the bank branch for outgoing checks. Field name: DfltBranch. Length: 50 characters. |
 Browser | Returns the DataBrowser object. |
 CountryCode | Sets or returns the country code of the bank (for example: DE). Field name: CountryCod. Length: 3 characters. Mandatory property. |
 DefaultBankAccountKey | Sets or returns the identification key of the default house bank account.
Field name: DfltActKey. This is a foreign key to the HouseBankAccounts object. |
 DigitalPayments | property DigitalPayments |
 IBAN | Sets or returns the International Bank Account Number (IBAN). Field name: IBAN. Length: 50 characters. |
 NextCheckNumber | Returns the number of the next check for payment as specified in the NextCheckNo property of the HouseBankAccounts object. Field name: NextNum. |
 PostOffice | Determines whether or not the bank is also a post office. Field name: PostOffice. |
 SwiftNo | Sets or returns the swift number for international payments by wire transfer. Field name: SwiftNum. Length: 50 characters. |
 UserFields | Returns the UserFields object. |
Â
Â