Class ManualRefundRequest


public class ManualRefundRequest extends BaseTransactionRequest
Request object used when requesting a Manual Refund (Naked Credit)
  • Constructor Details

    • ManualRefundRequest

      public ManualRefundRequest(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