FromXMLFile | Loads the object's properties from an XML file. |
 FromXMLString | Loads the object's properties from an XML string. |
 GetXMLSchema | Returns the XML schema for this object. |
 ToXMLFile | Serializes the object's properties to an XML file. |
 ToXMLString | Serializes the object's properties to an XML string. |
 AbsoluteEntry | This is the key field. Field Name: DeposIdData Type: Edm.Int32Writable: No |
 BankAccountCode | The bank account code to which items are deposited. Field Name: BanckAcctData Type: Edm.StringWritable: Yes |
 DepositCurrency | The currency of the deposit. Field Name: DeposCurrData Type: Edm.StringWritable: Yes |
 DepositDate | The date of the deposit. Field Name: DeposDateData Type: Edm.DateTimeWritable: Yes |
 ForeignTotal | The total deposit amount in foreign currency. Field Name: FcTotalData Type: Edm.DoubleWritable: Yes |
 LocalTotal | The total deposit amount in local currency. Field Name: LocTotalData Type: Edm.DoubleWritable: Yes |
 Memo | A memo or description for the deposit. Field Name: MemoData Type: Edm.StringWritable: Yes |
 PaymentType | The type of payment instrument deposited (check or credit voucher). Field Name: DeposTypeData Type: PostdatedDepositPaymentTypeEnum Writable: Yes Enum Type: PostdatedDepositPaymentTypeEnum |
 SystemTotal | The total deposit amount in system currency. Field Name: SysTotalData Type: Edm.DoubleWritable: Yes |
Â
Â