public class EpcPaymentMethod extends EpcBasePaymentMethod implements Serializable
Java class for epcPaymentMethod complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
cardValidationRegex |
protected int |
cvvLegnth |
protected int |
cvvLength |
protected boolean |
cvvMandatory |
code, description| Constructor and Description |
|---|
EpcPaymentMethod() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardValidationRegex()
Gets the value of the cardValidationRegex property.
|
int |
getCvvLegnth()
Gets the value of the cvvLegnth property.
|
int |
getCvvLength()
Gets the value of the cvvLength property.
|
boolean |
isCvvMandatory()
Gets the value of the cvvMandatory property.
|
void |
setCardValidationRegex(String value)
Sets the value of the cardValidationRegex property.
|
void |
setCvvLegnth(int value)
Sets the value of the cvvLegnth property.
|
void |
setCvvLength(int value)
Sets the value of the cvvLength property.
|
void |
setCvvMandatory(boolean value)
Sets the value of the cvvMandatory property.
|
getCode, getDescription, setCode, setDescriptionprotected String cardValidationRegex
protected int cvvLegnth
protected int cvvLength
protected boolean cvvMandatory
public String getCardValidationRegex()
Stringpublic void setCardValidationRegex(String value)
value - allowed object is
Stringpublic int getCvvLegnth()
public void setCvvLegnth(int value)
public int getCvvLength()
public void setCvvLength(int value)
public boolean isCvvMandatory()
public void setCvvMandatory(boolean value)
Copyright © 2021. All rights reserved.