📚 SAP Business One SDK Help

MultiplePayment 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 AmountFCSets or returns the payment amount in foriegn currency.

Field name: AmntFC.

Public Property AmountLCSets or returns the payment amount in local currency.

Field name: AmntLC.

Public Property BankStatmentLineIDReturns the ID number of the bank statement line connected with the payment.

Field name: BSLine.

Public Property DocumentIdentifierSets or returns the ID number of the bank statement document.

Field name: DocID.

Public Property IsDebitSets or returns a boolean value specifying whether the payment is credit amount or debit amount.

Field name: IsDebit.

Public Property ListLineIDReturns the ID number of the payment line.

Field name: ListLineID.

See Also