Package | Description |
---|---|
com.mypos.myposcheckout.ipc.enumerable | |
com.mypos.myposcheckout.ipc.request |
Modifier and Type | Method and Description |
---|---|
static PaymentParametersRequired |
PaymentParametersRequired.forCode(int code) |
static PaymentParametersRequired |
PaymentParametersRequired.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentParametersRequired[] |
PaymentParametersRequired.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PaymentParametersRequired |
Purchase.getParametersRequired() |
Modifier and Type | Method and Description |
---|---|
void |
Purchase.setParametersRequired(PaymentParametersRequired parametersRequired) |