Package | Description |
---|---|
com.scvngr.levelup.core.model.qr | |
com.scvngr.levelup.core.model.tip |
Modifier and Type | Method and Description |
---|---|
static String |
LevelUpCode.encodeLevelUpCode(String data,
int color,
Tip<?> tip)
Encodes the payment preferences to the end of the QR code string passed.
|
Modifier and Type | Class and Description |
---|---|
class |
Tip<T extends Tip<T>>
Represents a tip as a percentage or as US cents for purchases.
|
Modifier and Type | Class and Description |
---|---|
class |
PercentageTip
Tip as a percentage of the purchase amount.
|
class |
USCentTip
Tip as an amount of US cents.
|