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

This request should be used to make a payment request using the RefundPayment method More...

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

Properties

bool FullRefund [get, set]
 
string OrderId [get, set]
 
string PaymentId [get, set]
 
long Amount [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

This request should be used to make a payment request using the RefundPayment method

Definition at line 678 of file TransactionBeans.cs.

Property Documentation

◆ Amount

long com.clover.remotepay.sdk.RefundPaymentRequest.Amount
getset

Definition at line 683 of file TransactionBeans.cs.

◆ DisablePrinting

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

Definition at line 684 of file TransactionBeans.cs.

◆ DisableReceiptSelection

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

Definition at line 685 of file TransactionBeans.cs.

◆ Extras

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

Definition at line 687 of file TransactionBeans.cs.

◆ FullRefund

bool com.clover.remotepay.sdk.RefundPaymentRequest.FullRefund
getset

Definition at line 680 of file TransactionBeans.cs.

◆ OrderId

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

Definition at line 681 of file TransactionBeans.cs.

◆ PaymentId

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

Definition at line 682 of file TransactionBeans.cs.


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