CloverServiceCashDrawer

public class CloverServiceCashDrawer extends CashDrawer implements Parcelable

A cash drawer managed by Clover Services. Instances are created by Clover and should not be created by third party apps.

Constructors

Link copied to clipboard
public void CloverServiceCashDrawer(String identifier, int drawerNumber, String displayName)
For internal use only.

Properties

Link copied to clipboard
public final static int CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
Link copied to clipboard
public final String displayName
Link copied to clipboard
public final String identifier
Link copied to clipboard
public final static int PARCELABLE_WRITE_RETURN_VALUE

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public boolean equals(Object o)
Link copied to clipboard
A human readable name for this cash drawer.
Link copied to clipboard
public int getDrawerNumber()
Get the cash drawer number for this identifier.
Link copied to clipboard
The identifier String along with the drawer number uniquely identify cash drawer.
Link copied to clipboard
public final String getUniqueIdentifier()
Get a completely unique identifier for this cash drawer as a String which includes the identifier and drawer number.
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public boolean pop()
Attempt to pop (open) this cash drawer.
Link copied to clipboard
public String toString()
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)