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

Voiding a payment refund (card present flows like canada region) More...

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

Properties

string RefundId [get, set]
 
string EmployeeId [get, set]
 
string OrderId [get, set]
 
bool DisablePrinting [get, set]
 
bool DisableReceiptSelection [get, set]
 
Dictionary< string, string > Extras = new Dictionary<string, string>() [get]
 
- 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

Voiding a payment refund (card present flows like canada region)

Definition at line 605 of file TransactionBeans.cs.

Property Documentation

◆ DisablePrinting

bool com.clover.remotepay.sdk.VoidPaymentRefundRequest.DisablePrinting
getset

Definition at line 610 of file TransactionBeans.cs.

◆ DisableReceiptSelection

bool com.clover.remotepay.sdk.VoidPaymentRefundRequest.DisableReceiptSelection
getset

Definition at line 611 of file TransactionBeans.cs.

◆ EmployeeId

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

Definition at line 608 of file TransactionBeans.cs.

◆ Extras

Dictionary<string, string> com.clover.remotepay.sdk.VoidPaymentRefundRequest.Extras = new Dictionary<string, string>()
get

Definition at line 613 of file TransactionBeans.cs.

◆ OrderId

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

Definition at line 609 of file TransactionBeans.cs.

◆ RefundId

string com.clover.remotepay.sdk.VoidPaymentRefundRequest.RefundId
getset

Definition at line 607 of file TransactionBeans.cs.


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