📚 SAP Business One SDK Help

PostdatedDeposit Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileLoads the object's properties from an XML file.
Public Method FromXMLStringLoads the object's properties from an XML string.
Public Method GetXMLSchemaReturns the XML schema for this object.
Public Method ToXMLFileSerializes the object's properties to an XML file.
Public Method ToXMLStringSerializes the object's properties to an XML string.

Public Properties

Public Property AbsoluteEntryThis is the key field.
Field Name: DeposId
Data Type: Edm.Int32
Writable: No
Public Property BankAccountCodeThe bank account code to which items are deposited.
Field Name: BanckAcct
Data Type: Edm.String
Writable: Yes
Public Property DepositCurrencyThe currency of the deposit.
Field Name: DeposCurr
Data Type: Edm.String
Writable: Yes
Public Property DepositDateThe date of the deposit.
Field Name: DeposDate
Data Type: Edm.DateTime
Writable: Yes
Public Property ForeignTotalThe total deposit amount in foreign currency.
Field Name: FcTotal
Data Type: Edm.Double
Writable: Yes
Public Property LocalTotalThe total deposit amount in local currency.
Field Name: LocTotal
Data Type: Edm.Double
Writable: Yes
Public Property MemoA memo or description for the deposit.
Field Name: Memo
Data Type: Edm.String
Writable: Yes
Public Property PaymentTypeThe type of payment instrument deposited (check or credit voucher).
Field Name: DeposType
Data Type: PostdatedDepositPaymentTypeEnum
Writable: Yes
Enum Type: PostdatedDepositPaymentTypeEnum
Public Property SystemTotalThe total deposit amount in system currency.
Field Name: SysTotal
Data Type: Edm.Double
Writable: Yes

See Also