Class CCPayerAuthTransactionObject

    • Constructor Detail

      • CCPayerAuthTransactionObject

        public CCPayerAuthTransactionObject()
        creates a Sale transaction with only the transactionType set. This transaction is used for the authentication request call of the IVR Secure 3D transaction where the transaction data are loaded from the database.
      • CCPayerAuthTransactionObject

        public CCPayerAuthTransactionObject​(Amount amount,
                                            CreditCard creditCard)
        creates a Sale transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriate setter methods on the returned CCPayerAuthTransactionObject instance
      • CCPayerAuthTransactionObject

        public CCPayerAuthTransactionObject​(Amount amount,
                                            String hostedDataID,
                                            String hostedDataStoreID)
      • CCPayerAuthTransactionObject

        public CCPayerAuthTransactionObject​(Amount amount,
                                            de.firstdata.ipg.api.schema.EMVCardPresentRequest emvCardPresentRequest)