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 |
paymentInstrumentType
The Payment instrument.
|
protected String |
protectedCardData
The Protected card data.
|
protected StoredValueAccountID |
storedValueAccountID
The Stored value account id.
|
| 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 |
getPaymentInstrumentType()
Gets the value of the paymentInstrumentType property.
|
String |
getProtectedCardData()
Gets the value of the protectedCardData property.
|
StoredValueAccountID |
getStoredValueAccountID()
Gets the value of the storedValueAccountID 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 |
setPaymentInstrumentType(PaymentInstrumentType value)
Sets the value of the paymentInstrumentType property.
|
void |
setProtectedCardData(String value)
Sets the value of the protectedCardData property.
|
void |
setStoredValueAccountID(StoredValueAccountID value)
Sets the value of the storedValueAccountID property.
|
protected CardData cardData
protected CheckData checkData
protected MobileData mobileData
protected PaymentInstrumentType paymentInstrumentType
protected StoredValueAccountID storedValueAccountID
protected String protectedCardData
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 getPaymentInstrumentType()
PaymentInstrumentTypepublic void setPaymentInstrumentType(PaymentInstrumentType value)
value - allowed object is PaymentInstrumentTypepublic StoredValueAccountID getStoredValueAccountID()
StoredValueAccountIDpublic void setStoredValueAccountID(StoredValueAccountID value)
value - allowed object is StoredValueAccountIDpublic String getProtectedCardData()
StringCopyright © 2022. All rights reserved.