Click or drag to resize

InvoicePaymentEntity Class

Invoice payment.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.InvoiceInvoicePaymentEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Invoice
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class InvoicePaymentEntity : EntityObject

The InvoicePaymentEntity type exposes the following members.

Constructors
  NameDescription
Public methodInvoicePaymentEntity
Initializes a new instance of the InvoicePaymentEntity class
Top
Properties
  NameDescription
Public propertyAmount
Gets or sets the amount.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyInvoiceId
Gets or sets the invoice identifier.
Public propertyInvoicePaymentId
Gets or sets the invoice payment identifier.
Public propertyPaymentDate
Gets or sets the payment date.
Public propertyPaymentId
Gets or sets the payment identifier.
Public propertyPaymentType
Gets or sets the type of the payment.
Top
See Also