CreditChargeInfo Class |
Namespace: Intuit.Ipp.Data
[SerializableAttribute] public class CreditChargeInfo
The CreditChargeInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreditChargeInfo | Initializes a new instance of the CreditChargeInfo class |
Name | Description | |
---|---|---|
![]() | Amount |
Product: QBO
Description: The Amount processed using the credit card.
|
![]() | AmountSpecified | |
![]() | BillAddrStreet |
Product: ALL
Description: Credit card holder billing address of record: the street address to which credit card statements are sent.
|
![]() | CcExpiryMonth |
Product: ALL
Description: Expiration Month on card, expressed as a number: 1 = January, 2 = February, etc.
|
![]() | CcExpiryMonthSpecified | |
![]() | CcExpiryYear |
Product: ALL
Description: Expiration Year on card, expressed as a 4 digit number 1999, 2003, etc.
|
![]() | CcExpiryYearSpecified | |
![]() | CCTxnMode |
Product: ALL
Description: Credit card transaction mode used in Credit Card payment transactions. Valid values: CardNotPresent (default) or CardPresent.[br /]
|
![]() | CCTxnModeSpecified | |
![]() | CCTxnType |
Product: ALL
Description: Type of credit card transaction. Valid values: Authorization, Capture, Charge, Refund, VoiceAuthorization.[br /]
|
![]() | CCTxnTypeSpecified | |
![]() | CommercialCardCode |
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.
|
![]() | CreditCardChargeInfoEx |
Product: ALL
Description: Internal use only: extension place holder for CreditCardChargeInfo
|
![]() | NameOnAcct |
Product: ALL
Description: Account holder name, as printed on the card.
|
![]() | Number |
Product: ALL
Description: Credit Card account number, as printed on the card. Must not have whitespace or formatting characters.
|
![]() | PostalCode |
Product: ALL
Description: Credit card holder billing postal code. Five digits in the USA.
|
![]() | PrevCCTransId |
Product: ALL
Description: Unique identifier of the previous payment transaction. It can be used as an input to the Capture transaction type.
|
![]() | ProcessPayment |
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).
|
![]() | ProcessPaymentSpecified | |
![]() | Type |
Product: ALL
Description: Type of credit card.[br /]
|
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.) |