CloverConnector  4.0.0
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 [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 573 of file TransactionBeans.cs.

Property Documentation

◆ DisablePrinting

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

Definition at line 578 of file TransactionBeans.cs.

◆ DisableReceiptSelection

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

Definition at line 579 of file TransactionBeans.cs.

◆ EmployeeId

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

Definition at line 576 of file TransactionBeans.cs.

◆ Extras

Dictionary<string, string> com.clover.remotepay.sdk.VoidPaymentRefundRequest.Extras
get

Definition at line 581 of file TransactionBeans.cs.

◆ OrderId

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

Definition at line 577 of file TransactionBeans.cs.

◆ RefundId

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

Definition at line 575 of file TransactionBeans.cs.


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