CloverConnector  1.4.0
Copyright (C) 2017 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]
 
- 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 602 of file TransactionBeans.cs.

Property Documentation

◆ Amount

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

Definition at line 607 of file TransactionBeans.cs.

◆ FullRefund

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

Definition at line 604 of file TransactionBeans.cs.

◆ OrderId

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

Definition at line 605 of file TransactionBeans.cs.

◆ PaymentId

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

Definition at line 606 of file TransactionBeans.cs.


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