public class PaymentInstrumentDataType extends Object
Java class for PaymentInstrumentDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentInstrumentDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardData" type="{}CardDataType" minOccurs="0"/>
<element name="CheckData" type="{}CheckDataType" minOccurs="0"/>
<element name="MobileData" type="{}MobileDataType" minOccurs="0"/>
</sequence>
<attribute name="PaymentInstrumentType" use="required" type="{}PaymentInstrumentTypeTypeCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CardDataType |
cardData |
protected CheckDataType |
checkData |
protected MobileDataType |
mobileData |
protected String |
paymentInstrumentType |
| Constructor and Description |
|---|
PaymentInstrumentDataType() |
| Modifier and Type | Method and Description |
|---|---|
CardDataType |
getCardData()
Gets the value of the cardData property.
|
CheckDataType |
getCheckData()
Gets the value of the checkData property.
|
MobileDataType |
getMobileData()
Gets the value of the mobileData property.
|
String |
getPaymentInstrumentType()
Gets the value of the paymentInstrumentType property.
|
void |
setCardData(CardDataType value)
Sets the value of the cardData property.
|
void |
setCheckData(CheckDataType value)
Sets the value of the checkData property.
|
void |
setMobileData(MobileDataType value)
Sets the value of the mobileData property.
|
void |
setPaymentInstrumentType(String value)
Sets the value of the paymentInstrumentType property.
|
protected CardDataType cardData
protected CheckDataType checkData
protected MobileDataType mobileData
protected String paymentInstrumentType
public CardDataType getCardData()
CardDataTypepublic void setCardData(CardDataType value)
value - allowed object is
CardDataTypepublic CheckDataType getCheckData()
CheckDataTypepublic void setCheckData(CheckDataType value)
value - allowed object is
CheckDataTypepublic MobileDataType getMobileData()
MobileDataTypepublic void setMobileData(MobileDataType value)
value - allowed object is
MobileDataTypepublic String getPaymentInstrumentType()
StringCopyright © 2018. All rights reserved.