Click or drag to resize
Infosoft Logo

QueryPaymentResponse Class

Provides data for the response from the QueryPayment operation in IPaymentService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.Economy.PaymentsQueryPaymentResponse

Namespace: Infosoft.Common.Contracts.MessageContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class QueryPaymentResponse

The QueryPaymentResponse type exposes the following members.

Properties
 NameDescription
Public propertyCapturedAmount Gets or sets the already captured amount, as reported by the underlying provider. Not all providers support returning this.
Public propertyCreditCardInfo Gets or sets information about the credit card that the customer used for the payment. Not all providers support returning this.
Public propertyPaymentProcess Gets or sets the payment process object that represents the ongoing transaction.
Public propertyRemainingAmount Gets or sets the remaining (uncaptured) amount, as reported by the underlying provider. Not all providers support returning this.
Top
See Also