CloverConnector  1.4.0
Copyright (C) 2017 Clover Network, Inc.
com.clover.remotepay.sdk.RetrievePrintersResponse Class Reference
Inheritance diagram for com.clover.remotepay.sdk.RetrievePrintersResponse:
com.clover.remotepay.sdk.BaseResponse

Public Member Functions

 RetrievePrintersResponse ()
 
 RetrievePrintersResponse (Printer printer)
 
 RetrievePrintersResponse (List< Printer > printers)
 

Public Attributes

List< Printerprinters = new List<Printer>()
 

Additional Inherited Members

- Protected Member Functions inherited from com.clover.remotepay.sdk.BaseResponse
 BaseResponse ()
 
- 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...
 

Detailed Description

Definition at line 536 of file TransactionBeans.cs.

Constructor & Destructor Documentation

◆ RetrievePrintersResponse() [1/3]

com.clover.remotepay.sdk.RetrievePrintersResponse.RetrievePrintersResponse ( )

Definition at line 540 of file TransactionBeans.cs.

◆ RetrievePrintersResponse() [2/3]

com.clover.remotepay.sdk.RetrievePrintersResponse.RetrievePrintersResponse ( Printer  printer)

Definition at line 542 of file TransactionBeans.cs.

◆ RetrievePrintersResponse() [3/3]

com.clover.remotepay.sdk.RetrievePrintersResponse.RetrievePrintersResponse ( List< Printer printers)

Definition at line 547 of file TransactionBeans.cs.

Member Data Documentation

◆ printers

List<Printer> com.clover.remotepay.sdk.RetrievePrintersResponse.printers = new List<Printer>()

Definition at line 538 of file TransactionBeans.cs.


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