Class PrintPaymentDeclineReceiptMessage
java.lang.Object
com.clover.remote.client.messages.PrintPaymentDeclineReceiptMessage
Callback to the POS to request a payment declined receipt
-
Constructor Summary
ConstructorsConstructorDescriptionPrintPaymentDeclineReceiptMessage(com.clover.sdk.v3.payments.Payment payment, String reason) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncom.clover.sdk.v3.payments.PaymentGet the field valueGet the field value
-
Constructor Details
-
PrintPaymentDeclineReceiptMessage
Constructor- Parameters:
payment- payment that was declinedreason- reason the payment was declined
-
-
Method Details
-
getPayment
public com.clover.sdk.v3.payments.Payment getPayment()Get the field value- Returns:
- payment that was declined
-
getReason
Get the field value- Returns:
- reason the payment was declined
-