📚 SAP Business One SDK Help

BankStatement Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringImports data from an XML string to the object.
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringCreates an XML string that represents the object data.

Public Properties

Public Property BankAccountKeySets or returns the bank account code.

Field name: ActKey.

Public Property BankStatementFileHashSets or returns the bank statement file hash.

Field name: FileCRC.

Public Property BankStatementGUIDSets or returns the bank statement GUID.

Field name: StmtGuid.

Public Property BankStatementRowsReturns a reference to a data collection holding properties of bank statement lines.
Public Property CurrencySets or returns the statement currency.

Field name: Currency.

Public Property EndingBalanceFSets or returns the statement end balance in foreign currency.

Field name: EndBlncF.

Public Property EndingBalanceLSets or returns the statement end balance in local currency.

Field name: EndBlncL.

Public Property ImportedReturns a valid value specifying whether or not the statement created manually or imported from file.
Public Property InternalNumberReturns the unique ID of the statement in the system.

Field name: IdNumber.

Public Property StartingBalanceFSets or returns the statement start balance in foreign currency.

Field name: StrtBlncF.

Public Property StartingBalanceLSets or returns the statement start balance in local currency.

Field name: StrtBlncL.

Public Property StatementDateSets or returns the statement creation date.

Field name: BSDate.

Public Property StatementNumberSets or returns the statement sequential number.

Field name: BSFileNum.

Public Property StatusReturns a value specifying the statement status.

Field name: Status.

See Also