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

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 CreditChargeInfo

The CreditChargeInfo type exposes the following members.

Constructors
  NameDescription
Public methodCreditChargeInfo
Initializes a new instance of the CreditChargeInfo class
Top
Properties
  NameDescription
Public propertyAmount
Product: QBO Description: The Amount processed using the credit card.
Public propertyAmountSpecified
Public propertyBillAddrStreet
Product: ALL Description: Credit card holder billing address of record: the street address to which credit card statements are sent.
Public propertyCcExpiryMonth
Product: ALL Description: Expiration Month on card, expressed as a number: 1 = January, 2 = February, etc.
Public propertyCcExpiryMonthSpecified
Public propertyCcExpiryYear
Product: ALL Description: Expiration Year on card, expressed as a 4 digit number 1999, 2003, etc.
Public propertyCcExpiryYearSpecified
Public propertyCCTxnMode
Product: ALL Description: Credit card transaction mode used in Credit Card payment transactions. Valid values: CardNotPresent (default) or CardPresent.[br /]
Public propertyCCTxnModeSpecified
Public propertyCCTxnType
Product: ALL Description: Type of credit card transaction. Valid values: Authorization, Capture, Charge, Refund, VoiceAuthorization.[br /]
Public propertyCCTxnTypeSpecified
Public propertyCommercialCardCode
Product: ALL Description: Code associated with commercial cards: purchase, corporate, and business cards. Lower transaction fee rates apply when these cards are used and this field is provided.
Public propertyCreditCardChargeInfoEx
Product: ALL Description: Internal use only: extension place holder for CreditCardChargeInfo
Public propertyNameOnAcct
Product: ALL Description: Account holder name, as printed on the card.
Public propertyNumber
Product: ALL Description: Credit Card account number, as printed on the card. Must not have whitespace or formatting characters.
Public propertyPostalCode
Product: ALL Description: Credit card holder billing postal code. Five digits in the USA.
Public propertyPrevCCTransId
Product: ALL Description: Unique identifier of the previous payment transaction. It can be used as an input to the Capture transaction type.
Public propertyProcessPayment
Product: QBO Description: If false or no value, QBO will not process the payment but just store Credit Card Information. If true, QBO will process the Credit Card Payment (Not supported currently).
Public propertyProcessPaymentSpecified
Public propertyType
Product: ALL Description: Type of credit card.[br /]
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