Class ManualRefundRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.BaseTransactionRequest
com.clover.remote.client.messages.ManualRefundRequest
Request object used when requesting a Manual Refund (Naked Credit)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.clover.common2.payments.PayIntent.TransactionTypegetType()Get the field valueMethods inherited from class com.clover.remote.client.messages.BaseTransactionRequest
getAmount, getAutoAcceptPaymentConfirmations, getCardEntryMethods, getCardNotPresent, getDisableDuplicateChecking, getDisablePrinting, getDisableReceiptSelection, getDisableRestartTransactionOnFail, getExternalId, getExternalReferenceId, getExtras, getPresentQrcOnly, getRegionalExtras, getVaultedCard, setAmount, setAutoAcceptPaymentConfirmations, setCardEntryMethods, setCardNotPresent, setDisableDuplicateChecking, setDisablePrinting, setDisableReceiptSelection, setDisableRestartTransactionOnFail, setExternalId, setExternalReferenceId, setExtras, setPresentQrcOnly, setRegionalExtras, setVaultedCard
-
Constructor Details
-
ManualRefundRequest
Constructor- Parameters:
amount- The amount of the transaction. This includes amount, tax, service charges, etc. except the tipexternalId- An id assigned by the POS that can be used to track a payment through the Clover system
-
-
Method Details
-
getType
public com.clover.common2.payments.PayIntent.TransactionType getType()Description copied from class:BaseTransactionRequestGet the field value- Specified by:
getTypein classBaseTransactionRequest- Returns:
- The type of the transaction.
-