CloverConnector  1.3.1
Copyright (C) 2017 Clover Network, Inc.
com.clover.remotepay.sdk.SaleRequest Class Reference

This request should be used for a Sale call. More...

Inheritance diagram for com.clover.remotepay.sdk.SaleRequest:
com.clover.remotepay.sdk.TransactionRequest com.clover.remotepay.sdk.BaseRequest

Properties

bool DisableCashback [get, set]
 If true then the cashback feature will not appear during the transaction More...
 
long TaxAmount [get, set]
 Amount paid in tips More...
 
long TippableAmount [get, set]
 Amount against which a tip should be applied More...
 
bool AllowOfflinePayment [get, set]
 If true then offline payments can be accepted More...
 
bool ApproveOfflinePaymentWithoutPrompt [get, set]
 If true then offline payments will be approved without a prompt. Currently must be true. More...
 
bool DisableTipOnScreen [get, set]
 
long TipAmount [get, set]
 Gets or sets the tip amount. More...
 
TipMode TipMode [get, set]
 Gets or sets the tip mode, which controls when the tip is either designated by the customer, provided by the system as part of the request, or ommitted completely from the transaction More...
 
bool ForceOfflinePayment [get, set]
 If true then payments will be placed directly in the offline queue for processing when a valid connection exists to the gateway. This means that payments can be taken offline even with a healthy gateway connection, for purposes of keeping customer interaction with the payment device to the bare minimum. The merchant assumes all risk of potentially declined transactions when this feature is enabled. More...
 
- Properties inherited from com.clover.remotepay.sdk.TransactionRequest
bool DisablePrinting [get, set]
 
bool CardNotPresent [get, set]
 
bool DisableRestartTransactionOnFail [get, set]
 
long Amount [get, set]
 
long CardEntryMethods [get, set]
 
VaultedCard VaultedCard [get, set]
 
string ExternalId [get, set]
 
PayIntent.TransactionType Type [get, set]
 
long SignatureThreshold [get, set]
 
DataEntryLocation SignatureEntryLocation [get, set]
 
bool DisableReceiptSelection [get, set]
 
bool DisableDuplicateChecking [get, set]
 
bool AutoAcceptPaymentConfirmations [get, set]
 
bool AutoAcceptSignature [get, set]
 
- Properties inherited from com.clover.remotepay.sdk.BaseRequest
String RequestId [get, set]
 

Detailed Description

This request should be used for a Sale call.

Property Documentation

◆ AllowOfflinePayment

bool com.clover.remotepay.sdk.SaleRequest.AllowOfflinePayment
getset

If true then offline payments can be accepted

◆ ApproveOfflinePaymentWithoutPrompt

bool com.clover.remotepay.sdk.SaleRequest.ApproveOfflinePaymentWithoutPrompt
getset

If true then offline payments will be approved without a prompt. Currently must be true.

◆ DisableCashback

bool com.clover.remotepay.sdk.SaleRequest.DisableCashback
getset

If true then the cashback feature will not appear during the transaction

◆ ForceOfflinePayment

bool com.clover.remotepay.sdk.SaleRequest.ForceOfflinePayment
getset

If true then payments will be placed directly in the offline queue for processing when a valid connection exists to the gateway. This means that payments can be taken offline even with a healthy gateway connection, for purposes of keeping customer interaction with the payment device to the bare minimum. The merchant assumes all risk of potentially declined transactions when this feature is enabled.

◆ TaxAmount

long com.clover.remotepay.sdk.SaleRequest.TaxAmount
getset

Amount paid in tips

◆ TipAmount

long com.clover.remotepay.sdk.SaleRequest.TipAmount
getset

Gets or sets the tip amount.

◆ TipMode

TipMode com.clover.remotepay.sdk.SaleRequest.TipMode
getset

Gets or sets the tip mode, which controls when the tip is either designated by the customer, provided by the system as part of the request, or ommitted completely from the transaction

◆ TippableAmount

long com.clover.remotepay.sdk.SaleRequest.TippableAmount
getset

Amount against which a tip should be applied


The documentation for this class was generated from the following file: