public class EpcPostPaymentDetails extends EpcAbstractPaymentDetails implements Serializable
Java class for epcPostPaymentDetails 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 |
cardType |
protected EpcPaymentField |
cvv |
protected List<EpcPaymentMethod> |
paymentMethods |
protected EpcPaymentField |
storeAlias |
hiddenFields, url| Constructor and Description |
|---|
EpcPostPaymentDetails() |
| 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 |
getCardType()
Gets the value of the cardType property.
|
EpcPaymentField |
getCvv()
Gets the value of the cvv property.
|
List<EpcPaymentMethod> |
getPaymentMethods()
Gets the value of the paymentMethods property.
|
EpcPaymentField |
getStoreAlias()
Gets the value of the storeAlias 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 |
setCardType(EpcPaymentField value)
Sets the value of the cardType property.
|
void |
setCvv(EpcPaymentField value)
Sets the value of the cvv property.
|
void |
setStoreAlias(EpcPaymentField value)
Sets the value of the storeAlias property.
|
getHiddenFields, getUrl, setUrlprotected EpcPaymentField cardExpMonth
protected EpcPaymentField cardExpYear
protected EpcPaymentField cardHolder
protected EpcPaymentField cardNumber
protected EpcPaymentField cardType
protected EpcPaymentField cvv
protected List<EpcPaymentMethod> paymentMethods
protected EpcPaymentField storeAlias
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 getCardType()
EpcPaymentFieldpublic void setCardType(EpcPaymentField value)
value - allowed object is
EpcPaymentFieldpublic EpcPaymentField getCvv()
EpcPaymentFieldpublic void setCvv(EpcPaymentField value)
value - allowed object is
EpcPaymentFieldpublic List<EpcPaymentMethod> getPaymentMethods()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentMethods property.
For example, to add a new item, do as follows:
getPaymentMethods().add(newItem);
Objects of the following type(s) are allowed in the list
EpcPaymentMethod
public EpcPaymentField getStoreAlias()
EpcPaymentFieldpublic void setStoreAlias(EpcPaymentField value)
value - allowed object is
EpcPaymentFieldCopyright © 2021. All rights reserved.