Click or drag to resize

ESDRecordCustomerAccountEnquiryPaymentLine Class

Ecommerce Standard Record holding data for a customer account enquiry payment line
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordCustomerAccountEnquiryPaymentLine

Namespace:  EcommerceStandardsDocuments
Assembly:  EcommerceStandardsDocuments.Library (in EcommerceStandardsDocuments.Library.dll) Version: 1.4.0.0 (1.0.0.0)

The ESDRecordCustomerAccountEnquiryPaymentLine type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordCustomerAccountEnquiryPaymentLine
Initializes a new instance of the ESDRecordCustomerAccountEnquiryPaymentLine class
Top
Properties
  NameDescription
Public propertyamount
Monetary amount that the payment line applies to
Public propertycurrencyCode
ISO currency code that denotes the currency that all monetary amounts stored as in the line
Public propertydescription
text to describe any details of the line.
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 propertykeyPaymentLineID
Key that allows the customer account payment line 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 propertylineItemCode
Code that allows the line to be identified with. May or may not be unique.
Public propertylineItemID
ID that allows the line to be identified with. May or may not be unique.
Public propertylineType
Defines the type of data that the line represents. Set it to one of the constants prefixed with RECORD_LINE_TYPE_ in the ESDocumentCustomerAccountEnquiry class
Public propertyreferenceKeyID
Key of an entity that is linked to the payment as a reference. A Reference could be a record such as a sales order or invoice
Public propertyreferenceNumber
Number that provides a reference to the payment.
Public propertyreferenceType
Type of entity that is linked to the payment as a reference. A Reference could be a record such as a sales order or invoice
Top
See Also