public class EpcAliasPaymentDetails extends EpcAbstractPaymentDetails implements Serializable
Java class for epcAliasPaymentDetails complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected EpcPaymentField |
cardExpMonth |
protected EpcPaymentField |
cardExpYear |
protected EpcPaymentField |
cardHolder |
protected EpcPaymentField |
cardNumber |
protected EpcPaymentField |
cvv |
protected EpcPaymentMethod |
paymentMethod |
hiddenFields, url| Constructor and Description |
|---|
EpcAliasPaymentDetails() |
| Modifier and Type | Method and Description |
|---|---|
EpcPaymentField |
getCardExpMonth()
Gets the value of the cardExpMonth property.
|
EpcPaymentField |
getCardExpYear()
Gets the value of the cardExpYear property.
|
EpcPaymentField |
getCardHolder()
Gets the value of the cardHolder property.
|
EpcPaymentField |
getCardNumber()
Gets the value of the cardNumber property.
|
EpcPaymentField |
getCvv()
Gets the value of the cvv property.
|
EpcPaymentMethod |
getPaymentMethod()
Gets the value of the paymentMethod property.
|
void |
setCardExpMonth(EpcPaymentField value)
Sets the value of the cardExpMonth property.
|
void |
setCardExpYear(EpcPaymentField value)
Sets the value of the cardExpYear property.
|
void |
setCardHolder(EpcPaymentField value)
Sets the value of the cardHolder property.
|
void |
setCardNumber(EpcPaymentField value)
Sets the value of the cardNumber property.
|
void |
setCvv(EpcPaymentField value)
Sets the value of the cvv property.
|
void |
setPaymentMethod(EpcPaymentMethod value)
Sets the value of the paymentMethod property.
|
getHiddenFields, getUrl, setUrlprotected EpcPaymentField cardExpMonth
protected EpcPaymentField cardExpYear
protected EpcPaymentField cardHolder
protected EpcPaymentField cardNumber
protected EpcPaymentField cvv
protected EpcPaymentMethod paymentMethod
public EpcPaymentField getCardExpMonth()
EpcPaymentFieldpublic void setCardExpMonth(EpcPaymentField value)
value - allowed object is
EpcPaymentFieldpublic EpcPaymentField getCardExpYear()
EpcPaymentFieldpublic void setCardExpYear(EpcPaymentField value)
value - allowed object is
EpcPaymentFieldpublic EpcPaymentField getCardHolder()
EpcPaymentFieldpublic void setCardHolder(EpcPaymentField value)
value - allowed object is
EpcPaymentFieldpublic EpcPaymentField getCardNumber()
EpcPaymentFieldpublic void setCardNumber(EpcPaymentField value)
value - allowed object is
EpcPaymentFieldpublic EpcPaymentField getCvv()
EpcPaymentFieldpublic void setCvv(EpcPaymentField value)
value - allowed object is
EpcPaymentFieldpublic EpcPaymentMethod getPaymentMethod()
EpcPaymentMethodpublic void setPaymentMethod(EpcPaymentMethod value)
value - allowed object is
EpcPaymentMethodCopyright © 2021. All rights reserved.