CloverConnector  4.0.5
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]
 
DataEntryLocationSignatureEntryLocation [get, set]
 
bool? AutoAcceptSignature [get, set]
 
List< TipSuggestionTipSuggestions = new List<TipSuggestion>() [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 = new Dictionary<string, string>() [get]
 
Dictionary< string, string > RegionalExtras = new Dictionary<string, string>() [get]
 
string ExternalReferenceId [get, set]
 The external reference id if associated with the payment More...
 
- 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 134 of file TransactionBeans.cs.

Property Documentation

◆ AutoAcceptSignature

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

Definition at line 138 of file TransactionBeans.cs.

◆ SignatureEntryLocation

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

Definition at line 137 of file TransactionBeans.cs.

◆ SignatureThreshold

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

Definition at line 136 of file TransactionBeans.cs.

◆ TipSuggestions

List<TipSuggestion> com.clover.remotepay.sdk.TransactionRequest.TipSuggestions = new List<TipSuggestion>()
getset

Definition at line 139 of file TransactionBeans.cs.


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