Click or drag to resize

ESDRecordCustomerAccountEnquiryTransaction Properties

The ESDRecordCustomerAccountEnquiryTransaction type exposes the following members.

Properties
  NameDescription
Public propertybalance
Monetary amount that denotes the balance of the customer account's after the transaction was applied.
Public propertycreationDate
Date that the transaction record was created. Date is in the form of a number in milliseconds since the 01-01-1970 12:00am Epoch in UTC time-zone
Public propertycreditAmount
Monetary amount added to the customer account's balance. If set then the debitAmount property should not contain a value.
Public propertycurrencyCode
ISO currency code that denotes the currency that all monetary amounts stored in the transaction with
Public propertycustomerAccountCode
Code of the customer account assigned to the transaction.
Public propertydebitAmount
Monetary amount negated from the customer account's balance. If set then the creditAmount property should not contain a value.
Public propertydescription
Text that describes any information associated with the transaction
Public propertydrop
Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed. Set null, or set it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertykeyCustomerAccountID
Key of the customer account record assigned to the transaction.
Public propertykeyTransactionID
Key that allows the customer account transaction record to be uniquely identified and linked to.
Public propertylanguage
Language that all text is described in. Set it to one of the LANG constants in the ESDocumentConstants class
Public propertyreferenceKeyID
Key of an entity that is linked to the transaction as a reference. A Reference could be an ID of a record such as a sales order or invoice
Public propertyreferenceNumber
Number that provides a reference to the transaction.
Public propertyreferenceType
Type of entity that is linked to the transaction as a reference. A Reference could be a record such as a sales order or invoice
Public propertytransactionDate
Date set to the transaction. Date is in the form of a number in milliseconds since the 01-01-1970 12:00am Epoch in UTC time-zone
Public propertytransactionID
ID that allows the transaction to be identified with. May or may not be unique.
Public propertytransactionNumber
Number that is associated to the transaction. This number can be used for referencing purposes.
Top
See Also