Click or drag to resize

PaymentCompletionRequestEntity Class

Payment completion request.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.PaymentPaymentCompletionRequestEntity

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 PaymentCompletionRequestEntity

The PaymentCompletionRequestEntity type exposes the following members.

Properties
  NameDescription
Public propertyAuthCode
Gets or sets the authentication code.
Public propertyCardType
Gets or sets the type of the card.
Public propertyCreditCardVaultId
Gets or sets the credit card vault identifier.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyDateCompleted
Gets or sets the date completed.
Public propertyIsRefund
Gets or sets a value indicating whether [is refund].
Public propertyMaskedCardNumber
Gets or sets the masked card number.
Public propertyNotes
Gets or sets the notes.
Public propertyPaymentAmount
Gets or sets the payment amount.
Public propertyPaymentPointId
Gets or sets the payment point identifier.
Public propertyPaymentProviderId
Gets or sets the payment provider identifier.
Public propertyPaymentReference
Gets or sets the payment reference.
Public propertyPaymentTransactionId
Gets or sets the payment transaction identifier.
Public propertyReference
Gets or sets the reference.
Public propertyResponseCode
Gets or sets the response code.
Public propertyResultMessage
Gets or sets the result message.
Top
See Also