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

This request should be used for capturing payments obtained from a PreAuth response More...

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

Properties

string PaymentID [get, set]
 
long Amount [get, set]
 
long TipAmount [get, set]
 
- 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

This request should be used for capturing payments obtained from a PreAuth response

Definition at line 439 of file TransactionBeans.cs.

Property Documentation

◆ Amount

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

Definition at line 442 of file TransactionBeans.cs.

◆ PaymentID

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

Definition at line 441 of file TransactionBeans.cs.

◆ TipAmount

long com.clover.remotepay.sdk.CapturePreAuthRequest.TipAmount
getset

Definition at line 443 of file TransactionBeans.cs.


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