Class CCPostAuthTransactionObject

    • Constructor Detail

      • CCPostAuthTransactionObject

        public CCPostAuthTransactionObject​(Amount amount,
                                           String orderId)
        creates a PostAuth transaction with the minimum set of parameters - note that you can add optional fields by calling the appropriate setter methods on the returned CCPostAuthTransactionObject instance
        Parameters:
        orderId - the order ID this transaction refers to and which is contained in an IPGApiResult instance returned as result to a successful CCPostAuthTransactionObject - call IPGApiResult.getOrderId() for accessing this order ID