CloverConnector  4.0.0
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 [get]
 
Dictionary< string, string > RegionalExtras = new Dictionary<string, string>() [get]
 
- 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 356 of file TransactionBeans.cs.

Constructor & Destructor Documentation

◆ PreAuthRequest()

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

Definition at line 358 of file TransactionBeans.cs.


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