Interface | Description |
---|---|
IMerchantListener |
An interface for receiving events pertaining to a merchant.
|
IMerchantService |
An interface for interacting with the Clover merchant service.
|
MerchantConnector.OnMerchantChangedListener |
A listener that is invoked when the merchant changes.
|
Class | Description |
---|---|
IMerchantListener.Default |
Default implementation for IMerchantListener.
|
IMerchantListener.Stub |
Local-side IPC implementation stub class.
|
IMerchantService.Default |
Default implementation for IMerchantService.
|
IMerchantService.Stub |
Local-side IPC implementation stub class.
|
Merchant |
A class representing a merchant.
|
MerchantAddress |
A class representing a merchant address.
|
MerchantAddress.Builder |
Builder class for constructing
MerchantAddress s. |
MerchantConnector |
A class that encapsulates interaction with
IMerchantService . |
MerchantConnector.MerchantCallback<T> |
An implementation of the
ServiceConnector.Callback interface
for receiving asynchronous results from MerchantConnector
methods that provides default method implementations. |
MerchantIntent |
Definition of actions and extras for communicating with
IMerchantService . |
TipSuggestion |
A class representing a tip suggestion associated with a merchant.
|
TipSuggestion.Builder |
Enum | Description |
---|---|
Module |
Modules control which software features a merchant has access to and which apps a merchant may
install and use.
|