Click or drag to resize

PaymentPartialEntity Class

A payment.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.PaymentPaymentPartialEntity

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 PaymentPartialEntity : EntityObject, 
	IPartialEntity

The PaymentPartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyAllocations
Gets or sets the allocations.
Public propertyAmount
Gets or sets the amount.
Public propertyAPAccountNumber
Gets or sets the ap account number.
Public propertyAPPaymentStatus
Gets or sets the ap payment status.
Public propertyAPPaymentStatusId
Gets or sets the ap payment status identifier.
Public propertyARAccountNumber
Gets or sets the ar account number.
Public propertyAssociatedBillNo
Gets or sets the associated bill no.
Public propertyBaseAmount
Gets or sets the base amount.
Public propertyChangeAmount
Gets or sets the change amount.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyCustomerName
Gets or sets the name of the customer.
Public propertyDateBad
Gets or sets the date bad.
Public propertyDateBadExported
Gets or sets the date bad exported.
Public propertyDateCleared
Gets or sets the date cleared.
Public propertyDateExported
Gets or sets the date exported.
Public propertyDateInput
Gets or sets the date input.
Public propertyDateProcessed
Gets or sets the date processed.
Public propertyDateReceived
Gets or sets the date received.
Public propertyDocketNumber
Gets or sets the docket number.
Public propertyForeignAmount
Gets or sets the payment foreign amount.
Public propertyIsBad
Gets or sets a value indicating whether this instance is bad.
Public propertyIsBadReasonId
Gets or sets the is bad reason identifier.
Public propertyIsClosed
Gets or sets the is closed.
Public propertyIsNegativePaymentType
Gets or sets a value indicating whether this instance is negative payment type.
Public propertyLodgementId
Gets or sets the lodgement identifier.
Public propertyLodgementReference
Gets or sets the lodgement reference.
Public propertyNominalAllocations
Gets or sets the nominal allocations.
Public propertyNotes
Gets or sets the notes.
Public propertyPaymentBaseCurrency
Gets or sets the payment base currency.
Public propertyPaymentCurrency
Gets or sets the payment currency.
Public propertyPaymentForeignCurrency
Gets or sets the payment foreign currency.
Public propertyPaymentId
Gets or sets the payment identifier.
Public propertyPaymentImportId
Gets or sets the payment import identifier.
Public propertyPaymentPoint
Gets or sets the payment point.
Public propertyPaymentPointId
Gets or sets the payment point identifier.
Public propertyPaymentType
Gets or sets the type of the payment.
Public propertyPaymentTypeId
Gets or sets the payment type identifier.
Public propertyReference
Gets or sets the reference.
Public propertyRemitLocationId
Gets or sets the remit location identifier.
Public propertySupplierId
Gets or sets the supplier identifier.
Public propertySysUserId
Gets or sets the system user identifier.
Public propertyTenderedAmount
Gets or sets the tendered amount.
Public propertyTransactionAuthCode
Gets or sets the transaction authentication code.
Public propertyTransactionCardType
Gets or sets the type of the transaction card.
Public propertyTransactionDateReceived
Gets or sets the transaction date received.
Public propertyTransactionMaskedCardNumber
Gets or sets the transaction masked card number.
Public propertyTransactionNotes
Gets or sets the transaction notes.
Public propertyTransactionPaymentCurrency
Gets or sets the transaction payment currency.
Public propertyTransactionPaymentProvider
Gets or sets the transaction payment provider.
Public propertyTransactionPaymentReference
Gets or sets the transaction payment reference.
Public propertyTransactionReference
Gets or sets the transaction reference.
Public propertyTransactionResponseCode
Gets or sets the transaction response code.
Public propertyTransactionResultMessage
Gets or sets the transaction result message.
Public propertyTransactionStatus
Gets or sets the transaction status.
Public propertyUnallocatedAmount
Gets or sets the unallocated amount.
Top
Methods
  NameDescription
Public methodGetId
Returns EntityObject the primary key id of the object, or null
(Overrides EntityObject.GetId.)
Top
See Also