Class PreAuthRequest


public class PreAuthRequest extends BaseTransactionRequest
Request object for requesting a pre-auth transaction.
  • Constructor Details

    • PreAuthRequest

      public PreAuthRequest(long amount, String externalId)
      Constructor
      Parameters:
      amount - The amount of the transaction. This includes amount, tax, service charges, etc. except the tip
      externalId - An id assigned by the POS that can be used to track a payment through the Clover system
  • Method Details