CloverConnector  4.0.0
Copyright (C) 2018 Clover Network, Inc.
com.clover.remotepay.sdk.TransactionRequest Class Reference

Extended Sale/Auth Transaction Request More...

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

Properties

long SignatureThreshold [get, set]
 
DataEntryLocation SignatureEntryLocation [get, set]
 
bool AutoAcceptSignature [get, set]
 
List< TipSuggestion > TipSuggestions [get, set]
 
- Properties inherited from com.clover.remotepay.sdk.BaseTransactionRequest
bool DisablePrinting [get, set]
 
bool CardNotPresent [get, set]
 
bool DisableRestartTransactionOnFail [get, set]
 
long Amount [get, set]
 
int CardEntryMethods [get, set]
 
VaultedCard VaultedCard [get, set]
 
string ExternalId [get, set]
 
PayIntent.TransactionType Type [get, set]
 
bool DisableDuplicateChecking [get, set]
 
bool DisableReceiptSelection [get, set]
 
bool AutoAcceptPaymentConfirmations [get, set]
 
Dictionary< string, string > Extras [get]
 
Dictionary< string, string > RegionalExtras = new Dictionary<string, string>() [get]
 
- Properties inherited from com.clover.remotepay.sdk.BaseRequest
string RequestId [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from com.clover.remotepay.sdk.BaseRequest
 BaseRequest ()
 

Detailed Description

Extended Sale/Auth Transaction Request

Definition at line 129 of file TransactionBeans.cs.

Property Documentation

◆ AutoAcceptSignature

bool com.clover.remotepay.sdk.TransactionRequest.AutoAcceptSignature
getset

Definition at line 133 of file TransactionBeans.cs.

◆ SignatureEntryLocation

DataEntryLocation com.clover.remotepay.sdk.TransactionRequest.SignatureEntryLocation
getset

Definition at line 132 of file TransactionBeans.cs.

◆ SignatureThreshold

long com.clover.remotepay.sdk.TransactionRequest.SignatureThreshold
getset

Definition at line 131 of file TransactionBeans.cs.

◆ TipSuggestions

List<TipSuggestion> com.clover.remotepay.sdk.TransactionRequest.TipSuggestions
getset

Definition at line 134 of file TransactionBeans.cs.


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