📚 SAP Business One SDK Help

BankStatementParams 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 BankAccountKeyReturns the bank account code.

Field name: ActKey.

Public Property CurrencyReturns the statement currency.

Field name: Currency.

Public Property EndingBalanceFReturns the statement end balance in foreign currency.

Field name: EndBlncF.

Public Property EndingBalanceLReturns 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 InternalNumberSets or returns the unique ID of the statement in the system.

Field name: IdNumber.

Public Property StartingBalanceFReturns the statement start balance in foreign currency.

Field name: StrtBlncF.

Public Property StartingBalanceLReturns the statement start balance in local currency.

Field name: StrtBlncL.

Public Property StatementDateReturns the statement creation date.

Field name: BSDate.

Public Property StatementNumberReturns the satatement sequential number.

Field name: BSNum.

Public Property StatusReturns a value specifying the statement status.

Field name: Status.

See Also