Click or drag to resize

ESDRecordCustomerAccountPayment Properties

The ESDRecordCustomerAccountPayment type exposes the following members.

Properties
  NameDescription
Public propertycreationDate
Date that the payment 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 propertycurrencyCode
ISO currency code that denotes the currency that all monetary amounts stored in the invoice with
Public propertycustomerAccountCode
Code of the customer account assigned to the invoice.
Public propertycustomerReference
Text, number or code that the customer uses to identify the payment record. This could be the customer's purchase order order, supplier invoice code, or an other identifier.
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 propertyeCommerceSystemID
ID of the associated Ecommerce system where the payment was made from.
Public propertyeCommerceUserID
ID of the user in the associated Ecommerce system where the payment was made from.
Public propertyeCommerceUserName
Name of the user in the associated Ecommerce system where the payment was created. Ideally this is set to a label of the user, and not the credentials used for a user to login (since that could be a security issue passing around such information).
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 payment.
Public propertykeyCustomerAccountPaymentID
Key that allows the customer account payment record to be uniquely identified and linked to.
Public propertykeyPaymentTypeID
Key of the payment type record that is associated to the payment. The payment type record indicates how the payment was made.
Public propertypaymentAmount
Monetary amount of the payment
Public propertypaymentCode
Code that allows the payment to be identified with. May or may not be unique.
Public propertypaymentDate
Date of the payment record. Date is in the form of a number in milliseconds since the 01-01-1970 12:00am Epoch in UTC time-zone
Public propertypaymentID
ID that allows the payment to be identified with. May or may not be unique.
Public propertypaymentMethod
Method on how the order is being paid for. The field must be set to one of the class's constants prefixed by PAYMENT_METHOD_
Public propertypaymentReceipt
text that contains a receipt number associated with the payment
Public propertyrecords
list of records that the payment applies to
Public propertyreferenceNumber
Number set for reference purposes to the payment.
Public propertysurcharges
list of surcharges that have been added to the payment
Top
See Also