Class CCSaleTransactionObject

    • Constructor Detail

      • CCSaleTransactionObject

        public CCSaleTransactionObject()
        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.
      • CCSaleTransactionObject

        public CCSaleTransactionObject​(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 CCSaleTransactionObject instance
      • CCSaleTransactionObject

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

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