TestTransport.TestConnectorListener.OnManualRefundResponse C# (CSharp) Method

OnManualRefundResponse() public method

public OnManualRefundResponse ( ManualRefundResponse response ) : void
response com.clover.remotepay.sdk.ManualRefundResponse
return void
        public void OnManualRefundResponse(ManualRefundResponse response)
        {
            System.Console.WriteLine("Manual Refund Response:" + response.Credit.amount);
            this.manualRefundResponse = response;
            this.hasResponse = true;
        }