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

Object passed in to OnCapturePreAuthResponse More...

Inheritance diagram for com.clover.remotepay.sdk.CapturePreAuthResponse:
com.clover.remotepay.sdk.BaseResponse

Properties

string PaymentId [get, set]
 
long Amount [get, set]
 
long? TipAmount [get, set]
 
- Properties inherited from com.clover.remotepay.sdk.BaseResponse
bool Success [get, set]
 If true then the requested operation succeeded More...
 
ResponseCode Result [get, set]
 The result of the requested operation. More...
 
string Reason [get, set]
 Optional information about result. More...
 
string Message [get, set]
 Detailed information about result. More...
 

Additional Inherited Members

- Protected Member Functions inherited from com.clover.remotepay.sdk.BaseResponse
 BaseResponse ()
 

Detailed Description

Object passed in to OnCapturePreAuthResponse

Definition at line 506 of file TransactionBeans.cs.

Property Documentation

◆ Amount

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

Definition at line 509 of file TransactionBeans.cs.

◆ PaymentId

string com.clover.remotepay.sdk.CapturePreAuthResponse.PaymentId
getset

Definition at line 508 of file TransactionBeans.cs.

◆ TipAmount

long? com.clover.remotepay.sdk.CapturePreAuthResponse.TipAmount
getset

Definition at line 510 of file TransactionBeans.cs.


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