Click or drag to resize

PaymentImportBatch Class

Payment Import Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.PaymentPaymentImportBatch

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 PaymentImportBatch : IntegrationEntity

The PaymentImportBatch type exposes the following members.

Properties
  NameDescription
Public propertyDateReceived
Gets or sets the date received.
Public propertyPayments
Gets or sets the payments.
Public propertyRejectedPayments
Gets or sets the rejected payments.
Public propertyRejectedReason
Gets or sets the rejected reason.
Public propertyTotalAmount
Gets or sets the total amount.
Top
See Also