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, setUrl
protected EpcPaymentField cardExpMonth
protected EpcPaymentField cardExpYear
protected EpcPaymentField cardHolder
protected EpcPaymentField cardNumber
protected EpcPaymentField cvv
protected EpcPaymentMethod paymentMethod
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 getCvv()
EpcPaymentField
public void setCvv(EpcPaymentField value)
value
- allowed object is
EpcPaymentField
public EpcPaymentMethod getPaymentMethod()
EpcPaymentMethod
public void setPaymentMethod(EpcPaymentMethod value)
value
- allowed object is
EpcPaymentMethod
Copyright © 2021. All rights reserved.