CloverConnector  4.0.3
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 508 of file TransactionBeans.cs.

Property Documentation

◆ OrderID

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

Definition at line 511 of file TransactionBeans.cs.

◆ PaymentID

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

Definition at line 510 of file TransactionBeans.cs.

◆ TipAmount

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

Definition at line 512 of file TransactionBeans.cs.


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