C# Class com.clover.remotepay.transport.RefundResponseMessage

RefundResponseMessage is used when there is a refund for a payment. It is not used when doing a manual refund
Inheritance: Message
Show file Open project: clover/remote-pay-windows Class Usage Examples

Public Methods

Method Description
RefundResponseMessage ( ) : System
RefundResponseMessage ( string oid, string pid, Refund refund, TxState state, string msg, ResponseReasonCode reason ) : System

Method Details

RefundResponseMessage() public method

public RefundResponseMessage ( ) : System
return System

RefundResponseMessage() public method

public RefundResponseMessage ( string oid, string pid, Refund refund, TxState state, string msg, ResponseReasonCode reason ) : System
oid string
pid string
refund com.clover.sdk.v3.payments.Refund
state TxState
msg string
reason ResponseReasonCode
return System