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