qgw
    Preparing search index...

    A form of payment that the Payment class can take in. The default and most common type of payment processed by Quantum Gateway.

    Index

    Constructors

    • Parameters

      • number: string

        The transaction's credit card number.

      • expirationMonth: string
      • expirationYear: string
      • Optionalcvv2: string
      • OptionalcvvType: CvvType

        How Quantum Gateway handles the CVV2 field.

      Returns CreditCard

    Properties

    cvv2?: string
    cvvType?: CvvType
    expirationMonth: string
    expirationYear: string
    kind: "CC"
    number: string

    Methods