Click or drag to resize
CreditChargeResponse Class
Product: ALL Description: Holds credit-card transaction response information from a merchant account service, but not any credit card or payment request information - see CreditChargeInfo.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.DataCreditChargeResponse

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
[SerializableAttribute]
public class CreditChargeResponse

The CreditChargeResponse type exposes the following members.

Constructors
  NameDescription
Public methodCreditChargeResponse
Initializes a new instance of the CreditChargeResponse class
Top
Properties
  NameDescription
Public propertyAuthCode
Product: ALL Description: Code returned from the credit card processor to indicate that the charge will be paid by the card issuer.
Public propertyAvsStreet
Product: ALL Description: The AVS (Address Verification Service) result for the street address supplied in the transaction. Possible values are Pass, if the information matches the information on file with the cardholder's account, Fail, or NotAvailable.[br /]
Public propertyAvsStreetSpecified
Public propertyAvsZip
The AVS (Address Verification Service) result for the zip code supplied in the transaction. Possible values are Pass, if the information matches the information on file with the cardholder's account, Fail, or NotAvailable.
Public propertyAvsZipSpecified
Public propertyCardSecurityCodeMatch
Product: ALL Description: Result of comparing the security code supplied in the credit card transaction request with the code on file with the card issuer. Possible values are Pass, Fail, and NotAvailable.[br /]
Public propertyCardSecurityCodeMatchSpecified
Public propertyCCProcessor
Product: Not used now Description: Credit Card Processor Name for recording the payment processor
Public propertyCCTransId
Product: ALL Description: Unique identifier of the payment transaction. It can be used to track the status of transactions, or to search transactions.
Public propertyClientTransID
Product: ALL Description: An identifier returned in settlement data used to support the credit card transaction reconciliation.
Public propertyCreditChargeResponseEx
Product: ALL Description: Internal use only: extension place holder for CreditChargeResponse
Public propertyMerchantAcctNum
Product: ALL Description: Merchant account number associated with the credit card transaction.
Public propertyPaymentGroupingCode
Product: ALL Description: Code that indicates membership in a group of card types that are normally deposited together.
Public propertyPaymentGroupingCodeSpecified
Public propertyReconBatchId
Product: ALL Description: Indicates which deposit batch the transaction belongs to. Allows for integration with Intuit MAS Service and QBFS: enables reconciliation between what is charged on credit card and what is already deposited into bank.
Public propertyResultCode
Product: ALL Description: Numeric code specifying the result of the transaction.
Public propertyResultCodeSpecified
Public propertyResultMsg
Product: ALL Description: Text specifying the result of the transaction.
Public propertySecurityCode
Product: ALL Description: CardCode or Card Id field that can be optionally provided to use additional security features of credit card authorization. It is typically a 3 digit number located on the back of most credit cards. For American Express, it is a 4 digit number on the front.
Public propertyStatus
Product: ALL Description: Indicates the status of the payment transaction. Possible values include Completed, Unknown.[br /]
Public propertyStatusSpecified
Public propertyTxnAuthorizationStamp
Product: ALL Description: This value is used to support the credit card transaction reconciliation.
Public propertyTxnAuthorizationStampSpecified
Public propertyTxnAuthorizationTime
Product: ALL Description: Timestamp indicating the time in which the card processor authorized the transaction.
Public propertyTxnAuthorizationTimeSpecified
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
Remarks
See Also