CreditChargeResponse Class |
Namespace: Intuit.Ipp.Data
[SerializableAttribute] public class CreditChargeResponse
The CreditChargeResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreditChargeResponse | Initializes a new instance of the CreditChargeResponse class |
Name | Description | |
---|---|---|
![]() | AuthCode |
Product: ALL
Description: Code returned from the credit card processor to indicate that the charge will be paid by the card issuer.
|
![]() | AvsStreet |
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 /]
|
![]() | AvsStreetSpecified | |
![]() | AvsZip |
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.
|
![]() | AvsZipSpecified | |
![]() | CardSecurityCodeMatch |
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 /]
|
![]() | CardSecurityCodeMatchSpecified | |
![]() | CCProcessor |
Product: Not used now
Description: Credit Card Processor Name for recording the payment processor
|
![]() | CCTransId |
Product: ALL
Description: Unique identifier of the payment transaction. It can be used to track the status of transactions, or to search transactions.
|
![]() | ClientTransID |
Product: ALL
Description: An identifier returned in settlement data used to support the credit card transaction reconciliation.
|
![]() | CreditChargeResponseEx |
Product: ALL
Description: Internal use only: extension place holder for CreditChargeResponse
|
![]() | MerchantAcctNum |
Product: ALL
Description: Merchant account number associated with the credit card transaction.
|
![]() | PaymentGroupingCode |
Product: ALL
Description: Code that indicates membership in a group of card types that are normally deposited together.
|
![]() | PaymentGroupingCodeSpecified | |
![]() | ReconBatchId |
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.
|
![]() | ResultCode |
Product: ALL
Description: Numeric code specifying the result of the transaction.
|
![]() | ResultCodeSpecified | |
![]() | ResultMsg |
Product: ALL
Description: Text specifying the result of the transaction.
|
![]() | SecurityCode |
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.
|
![]() | Status |
Product: ALL
Description: Indicates the status of the payment transaction. Possible values include Completed, Unknown.[br /]
|
![]() | StatusSpecified | |
![]() | TxnAuthorizationStamp |
Product: ALL
Description: This value is used to support the credit card transaction reconciliation.
|
![]() | TxnAuthorizationStampSpecified | |
![]() | TxnAuthorizationTime |
Product: ALL
Description: Timestamp indicating the time in which the card processor authorized the transaction.
|
![]() | TxnAuthorizationTimeSpecified |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |