CloverConnector  1.4.0
Copyright (C) 2017 Clover Network, Inc.
com.clover.remotepay.sdk.VoidPaymentRequest Class Reference

Object passed in to request the voiding of a payment More...

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

Properties

string PaymentId [get, set]
 
string VoidReason [get, set]
 
string EmployeeId [get, set]
 
string OrderId [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

Object passed in to request the voiding of a payment

Definition at line 498 of file TransactionBeans.cs.

Property Documentation

◆ EmployeeId

string com.clover.remotepay.sdk.VoidPaymentRequest.EmployeeId
getset

Definition at line 503 of file TransactionBeans.cs.

◆ OrderId

string com.clover.remotepay.sdk.VoidPaymentRequest.OrderId
getset

Definition at line 504 of file TransactionBeans.cs.

◆ PaymentId

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

Definition at line 500 of file TransactionBeans.cs.

◆ VoidReason

string com.clover.remotepay.sdk.VoidPaymentRequest.VoidReason
getset

Definition at line 501 of file TransactionBeans.cs.


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