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

Object passed in to OnRefundPaymentResponse More...

Inheritance diagram for com.clover.remotepay.sdk.RefundPaymentResponse:
com.clover.remotepay.sdk.BaseResponse

Properties

string OrderId [get, set]
 
string PaymentId [get, set]
 
Refund Refund [get, set]
 
- Properties inherited from com.clover.remotepay.sdk.BaseResponse
bool Success [get, set]
 If true then the requested operation succeeded More...
 
ResponseCode Result [get, set]
 The result of the requested operation. More...
 
string Reason [get, set]
 Optional information about result. More...
 
string Message [get, set]
 Detailed information about result. More...
 

Additional Inherited Members

- Protected Member Functions inherited from com.clover.remotepay.sdk.BaseResponse
 BaseResponse ()
 

Detailed Description

Object passed in to OnRefundPaymentResponse

Definition at line 693 of file TransactionBeans.cs.

Property Documentation

◆ OrderId

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

Definition at line 695 of file TransactionBeans.cs.

◆ PaymentId

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

Definition at line 696 of file TransactionBeans.cs.

◆ Refund

Refund com.clover.remotepay.sdk.RefundPaymentResponse.Refund
getset

Definition at line 697 of file TransactionBeans.cs.


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