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

This should be used for a print call. More...

Inheritance diagram for com.clover.remotepay.sdk.PrintRequest:
com.clover.remotepay.sdk.BaseRequest

Public Member Functions

 PrintRequest ()
 
 PrintRequest (Bitmap image, string printRequestId, string printDeviceId)
 
 PrintRequest (string imageURL, string printRequestId, string printDeviceId)
 
 PrintRequest (List< string > text, string printRequestId, string printDeviceId)
 

Properties

List< Bitmap > images [get, set]
 
List< string > imageURLs = new List<Bitmap>() [get, set]
 
List< string > text = new List<string>() [get, set]
 
string printRequestId = new List<string>() [get, set]
 
string printDeviceId [get, set]
 
- Properties inherited from com.clover.remotepay.sdk.BaseRequest
string RequestId [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from com.clover.remotepay.sdk.BaseRequest
 BaseRequest ()
 

Detailed Description

This should be used for a print call.

Definition at line 152 of file TransactionBeans.cs.

Constructor & Destructor Documentation

◆ PrintRequest() [1/4]

com.clover.remotepay.sdk.PrintRequest.PrintRequest ( )

Definition at line 160 of file TransactionBeans.cs.

◆ PrintRequest() [2/4]

com.clover.remotepay.sdk.PrintRequest.PrintRequest ( Bitmap  image,
string  printRequestId,
string  printDeviceId 
)

Create a PrintRequest to print a given Image

  • Parameters:
    • image: Image to print
    • printRequestId: Optional identifier to give to the print job, so it can later be queried
    • printDeviceId: Optional identifier to speciy which printer to use

Definition at line 168 of file TransactionBeans.cs.

◆ PrintRequest() [3/4]

com.clover.remotepay.sdk.PrintRequest.PrintRequest ( string  imageURL,
string  printRequestId,
string  printDeviceId 
)

Create a PrintRequest to print an image at a given URL

  • Parameters:
    • imageURL: URL to the image to print
    • printRequestId: Optional identifier to give to the print job, so it can later be queried
    • printDeviceId: Optional identifier to speciy which printer to use

Definition at line 182 of file TransactionBeans.cs.

◆ PrintRequest() [4/4]

com.clover.remotepay.sdk.PrintRequest.PrintRequest ( List< string >  text,
string  printRequestId,
string  printDeviceId 
)

Create a PrintRequest to print an array of strings to print

  • Parameters:
    • text: Array of strings to be printed
    • printRequestId: Optional identifier to give to the print job, so it can later be queried
    • printDeviceId: Optional identifier to speciy which printer to use

Definition at line 195 of file TransactionBeans.cs.

Property Documentation

◆ images

List<Bitmap> com.clover.remotepay.sdk.PrintRequest.images
getset

Definition at line 154 of file TransactionBeans.cs.

◆ imageURLs

List<string> com.clover.remotepay.sdk.PrintRequest.imageURLs = new List<Bitmap>()
getset

Definition at line 155 of file TransactionBeans.cs.

◆ printDeviceId

string com.clover.remotepay.sdk.PrintRequest.printDeviceId
getset

Definition at line 158 of file TransactionBeans.cs.

◆ printRequestId

string com.clover.remotepay.sdk.PrintRequest.printRequestId = new List<string>()
getset

Definition at line 157 of file TransactionBeans.cs.

◆ text

List<string> com.clover.remotepay.sdk.PrintRequest.text = new List<string>()
getset

Definition at line 156 of file TransactionBeans.cs.


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