public class GenericInStorePaymentInfo extends java.lang.Object implements InStorePaymentInfo
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
GenericInStorePaymentInfo() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount()
Returns the amount
|
void |
setAmount(double pAmount)
Sets the amount
|
public double getAmount()
getAmount in interface InStorePaymentInfopublic void setAmount(double pAmount)