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

This request should be used to make a request to adjust the tip amount on a payment obtained from an Auth request or payment after a CapturePreAuth request More...

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

Properties

string PaymentID [get, set]
 
string OrderID [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 to make a request to adjust the tip amount on a payment obtained from an Auth request or payment after a CapturePreAuth request

Definition at line 503 of file TransactionBeans.cs.

Property Documentation

◆ OrderID

string com.clover.remotepay.sdk.TipAdjustAuthRequest.OrderID
getset

Definition at line 506 of file TransactionBeans.cs.

◆ PaymentID

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

Definition at line 505 of file TransactionBeans.cs.

◆ TipAmount

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

Definition at line 507 of file TransactionBeans.cs.


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