Click or drag to resize

CustomerPaymentHistoryRequestEntity Class

A customer payment history request.
Inheritance Hierarchy
System.Object
  AMCS.Elemos.IntegrationService.Entity.Payment.CustomerPaymentHistoryRequestEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Payment
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class CustomerPaymentHistoryRequestEntity

The CustomerPaymentHistoryRequestEntity type exposes the following members.

Properties
  NameDescription
Public propertyContactId
Gets or sets the contact identifier.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyDefaultPayerNameToSysUser
Gets or sets a value indicating whether [default paid by to system user].
Public propertyEndDate
Gets or sets the end date.
Public propertyStartDate
Gets or sets the start date.
Top
See Also