Click or drag to resize

PortalExternalPaymentRequestPartialEntity Class

PortalExternalPaymentRequestPartialEntity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.PaymentPortalExternalPaymentRequestPartialEntity

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

The PortalExternalPaymentRequestPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodPortalExternalPaymentRequestPartialEntity
Initializes a new instance of the PortalExternalPaymentRequestPartialEntity class.
Public methodPortalExternalPaymentRequestPartialEntity(Object)
Initializes a new instance of the PortalExternalPaymentRequestPartialEntity class.
Top
Properties
  NameDescription
Public propertyAmount
Gets or sets the amount.
Public propertyContactId
Gets or sets the contact identifier.
Public propertyCreditCardVaultId
Gets or sets the credit card vault identifier.
Public propertyCurrency
Gets or sets the currency.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyExternalRequestXml
Gets or sets the external request XML.
Public propertyExternalResponseTimeStamp
Gets or sets the external response time stamp.
Public propertyExternalResponseXml
Gets or sets the external response XML.
Public propertyGUID
Gets or sets the unique identifier.
Public propertyInvoicePayments
Gets or sets the invoice payments.
Public propertyIsBatch
Gets or sets a value indicating whether [is batch].
Public propertyIsExternalResponseReceived
Gets or sets a value indicating whether [is external response received].
Public propertyIsPortalResponseReceived
Gets or sets a value indicating whether [is portal response received].
Public propertyIsRequestWithImmediateResponse
Gets or sets a value indicating whether [is request with immediate response].
Public propertyIsSaveCardInVault
Gets or sets a value indicating whether [is save card in vault].
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 propertyPortalExternalPaymentRequestId
Gets or sets the portal external payment request identifier.
Public propertyPortalResponseTimeStamp
Gets or sets the portal response time stamp.
Public propertyRefundableAmount
Gets or sets the refundable amount.
Public propertyRefundForPaymentId
Gets or sets the refund for payment identifier.
Top
See Also