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

Increments a previously made pre auth More...

Inheritance diagram for com.clover.remotepay.sdk.IncrementPreAuthRequest:
com.clover.remotepay.sdk.BaseRequest

Properties

long Amount [get, set]
 The amount by which to increment the pre-auth. More...
 
string PaymentID [get, set]
 The preauth to be incremented. This id should be pulled from the Payment.paymentId field in the PreAuthResponse. 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

Increments a previously made pre auth

Definition at line 454 of file TransactionBeans.cs.

Property Documentation

◆ Amount

long com.clover.remotepay.sdk.IncrementPreAuthRequest.Amount
getset

The amount by which to increment the pre-auth.

Definition at line 459 of file TransactionBeans.cs.

◆ PaymentID

string com.clover.remotepay.sdk.IncrementPreAuthRequest.PaymentID
getset

The preauth to be incremented. This id should be pulled from the Payment.paymentId field in the PreAuthResponse.

Definition at line 464 of file TransactionBeans.cs.


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