TestTransport.TestConnectorListener.OnRefundPaymentResponse C# (CSharp) Method

OnRefundPaymentResponse() public method

public OnRefundPaymentResponse ( RefundPaymentResponse response ) : void
response com.clover.remotepay.sdk.RefundPaymentResponse
return void
        public void OnRefundPaymentResponse(RefundPaymentResponse response)
        {
            System.Console.WriteLine("Refund Payment Response:" + response.Refund.amount);
            this.refundPaymentResponse = response;
            this.hasResponse = true;
        }