public class PaymentInstrumentData extends Object
Java class for PaymentInstrumentData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentInstrumentData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardData" type="{}CardData" minOccurs="0"/>
<element name="CheckData" type="{}CheckData" minOccurs="0"/>
<element name="MobileData" type="{}MobileData" minOccurs="0"/>
</sequence>
<attribute name="PaymentInstrument" use="required" type="{}PaymentInstrumentType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CardData |
cardData
The Card data.
|
protected CheckData |
checkData
The Check data.
|
protected MobileData |
mobileData
The Mobile data.
|
protected PaymentInstrumentType |
paymentInstrument
The Payment instrument.
|
| Constructor and Description |
|---|
PaymentInstrumentData() |
| Modifier and Type | Method and Description |
|---|---|
CardData |
getCardData()
Gets the value of the cardData property.
|
CheckData |
getCheckData()
Gets the value of the checkData property.
|
MobileData |
getMobileData()
Gets the value of the mobileData property.
|
PaymentInstrumentType |
getPaymentInstrument()
Gets the value of the paymentInstrument property.
|
void |
setCardData(CardData value)
Sets the value of the cardData property.
|
void |
setCheckData(CheckData value)
Sets the value of the checkData property.
|
void |
setMobileData(MobileData value)
Sets the value of the mobileData property.
|
void |
setPaymentInstrument(PaymentInstrumentType value)
Sets the value of the paymentInstrument property.
|
protected CardData cardData
protected CheckData checkData
protected MobileData mobileData
protected PaymentInstrumentType paymentInstrument
public CardData getCardData()
CardDatapublic void setCardData(CardData value)
value - allowed object is CardDatapublic CheckData getCheckData()
CheckDatapublic void setCheckData(CheckData value)
value - allowed object is CheckDatapublic MobileData getMobileData()
MobileDatapublic void setMobileData(MobileData value)
value - allowed object is MobileDatapublic PaymentInstrumentType getPaymentInstrument()
PaymentInstrumentTypepublic void setPaymentInstrument(PaymentInstrumentType value)
value - allowed object is PaymentInstrumentTypeCopyright © 2019. All rights reserved.