Click or drag to resize
Infosoft Logo

CreditCardInfo Class

Defines data for a credit card used for a payment.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.Economy.PaymentsCreditCardInfo

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

The CreditCardInfo type exposes the following members.

Properties
 NameDescription
Public propertyCardExpiration Gets or sets the expiration date of the credit card.
Public propertyCardMask Gets or sets the card mask (the card number with some parts replaced with asterisks, X'es or other dummy characters).
Public propertyPanHash Gets or sets a PAN hash that may be used to uniquely identify the credit card (typically a hash of the credit card number).
Public propertyPaymentMethod Gets or sets the payment method that was used for the payment. This will typically be a credit card type, e.g. "VISA", "MASTERCARD".
Top
See Also