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

More...

Inheritance diagram for com.clover.remotepay.sdk.BaseResponse:
com.clover.remotepay.sdk.CapturePreAuthResponse com.clover.remotepay.sdk.CloseoutResponse com.clover.remotepay.sdk.CustomActivityResponse com.clover.remotepay.sdk.CustomerProvidedDataEvent com.clover.remotepay.sdk.DisplayReceiptOptionsResponse com.clover.remotepay.sdk.InvalidStateTransitionNotification com.clover.remotepay.sdk.ManualRefundResponse com.clover.remotepay.sdk.PaymentResponse com.clover.remotepay.sdk.PrintJobStatusResponse com.clover.remotepay.sdk.PrintManualRefundDeclineReceiptMessage com.clover.remotepay.sdk.PrintManualRefundReceiptMessage com.clover.remotepay.sdk.PrintPaymentDeclineReceiptMessage com.clover.remotepay.sdk.PrintPaymentMerchantCopyReceiptMessage com.clover.remotepay.sdk.PrintPaymentReceiptMessage com.clover.remotepay.sdk.PrintRefundPaymentReceiptMessage com.clover.remotepay.sdk.ReadCardDataResponse com.clover.remotepay.sdk.RefundPaymentResponse com.clover.remotepay.sdk.ResetDeviceResponse com.clover.remotepay.sdk.RetrieveDeviceStatusResponse com.clover.remotepay.sdk.RetrievePaymentResponse com.clover.remotepay.sdk.RetrievePendingPaymentsResponse com.clover.remotepay.sdk.RetrievePrintersResponse com.clover.remotepay.sdk.TipAdded com.clover.remotepay.sdk.TipAdjustAuthResponse com.clover.remotepay.sdk.TransactionStartResponse com.clover.remotepay.sdk.VaultCardResponse com.clover.remotepay.sdk.VoidPaymentRefundResponse com.clover.remotepay.sdk.VoidPaymentResponse

Protected Member Functions

 BaseResponse ()
 

Properties

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...
 

Detailed Description

Definition at line 79 of file TransactionBeans.cs.

Constructor & Destructor Documentation

◆ BaseResponse()

com.clover.remotepay.sdk.BaseResponse.BaseResponse ( )
protected

Definition at line 81 of file TransactionBeans.cs.

Property Documentation

◆ Message

string com.clover.remotepay.sdk.BaseResponse.Message
getset

Detailed information about result.

Definition at line 100 of file TransactionBeans.cs.

◆ Reason

string com.clover.remotepay.sdk.BaseResponse.Reason
getset

Optional information about result.

Definition at line 96 of file TransactionBeans.cs.

◆ Result

ResponseCode com.clover.remotepay.sdk.BaseResponse.Result
getset

The result of the requested operation.

Definition at line 92 of file TransactionBeans.cs.

◆ Success

bool com.clover.remotepay.sdk.BaseResponse.Success
getset

If true then the requested operation succeeded

Definition at line 88 of file TransactionBeans.cs.


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