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

This request should be used for PreAuth transactions. If you are currently using an AuthRequest with IsPreAuth = true, please change your code to use PreAuthRequest/PreAuthResponse for all PreAuth transactions. More...

Inheritance diagram for com.clover.remotepay.sdk.PreAuthRequest:
com.clover.remotepay.sdk.BaseTransactionRequest com.clover.remotepay.sdk.BaseRequest

Public Member Functions

 PreAuthRequest ()
 

Additional Inherited Members

- Protected Member Functions inherited from com.clover.remotepay.sdk.BaseRequest
 BaseRequest ()
 
- 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]
 

Detailed Description

This request should be used for PreAuth transactions. If you are currently using an AuthRequest with IsPreAuth = true, please change your code to use PreAuthRequest/PreAuthResponse for all PreAuth transactions.

Definition at line 361 of file TransactionBeans.cs.

Constructor & Destructor Documentation

◆ PreAuthRequest()

com.clover.remotepay.sdk.PreAuthRequest.PreAuthRequest ( )

Definition at line 363 of file TransactionBeans.cs.


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