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, setUrl
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
public EpcPaymentField getCardExpMonth()
EpcPaymentField
public void setCardExpMonth(EpcPaymentField value)
value
- allowed object is
EpcPaymentField
public EpcPaymentField getCardExpYear()
EpcPaymentField
public void setCardExpYear(EpcPaymentField value)
value
- allowed object is
EpcPaymentField
public EpcPaymentField getCardHolder()
EpcPaymentField
public void setCardHolder(EpcPaymentField value)
value
- allowed object is
EpcPaymentField
public EpcPaymentField getCardNumber()
EpcPaymentField
public void setCardNumber(EpcPaymentField value)
value
- allowed object is
EpcPaymentField
public EpcPaymentField getCardType()
EpcPaymentField
public void setCardType(EpcPaymentField value)
value
- allowed object is
EpcPaymentField
public EpcPaymentField getCvv()
EpcPaymentField
public void setCvv(EpcPaymentField value)
value
- allowed object is
EpcPaymentField
public 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()
EpcPaymentField
public void setStoreAlias(EpcPaymentField value)
value
- allowed object is
EpcPaymentField
Copyright © 2021. All rights reserved.