Class PaymentCardType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.PaymentCardType
A device that enables its owner (the cardholder) to make a payment by electronic funds transfer.
Java class for PaymentCardType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentCardType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardHolderName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NameType" minOccurs="0"/>
<element name="CardNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}PaymentCardNumberType" minOccurs="0"/>
<element name="CardProductTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CodeType" minOccurs="0"/>
<element name="CardSecurityCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CodeType" minOccurs="0"/>
<element name="CardSeqNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
<element name="CardTypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}TextType" minOccurs="0"/>
<element name="CreditCardVendorCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CreditCardVendorCodeType" minOccurs="0"/>
<element name="EffectiveDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}PayCardDateTextType" minOccurs="0"/>
<element name="ExpirationDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}PayCardDateTextType" minOccurs="0"/>
<element name="MaskedCardID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}MaskedCardIDType" minOccurs="0"/>
<element name="ReconciliationID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
<element name="SellerOwnCardInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}IndType" minOccurs="0"/>
<element name="TokenizedCardID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardHolderName property.Gets the value of the cardNumber property.Gets the value of the cardProductTypeCode property.Gets the value of the cardSecurityCode property.Gets the value of the cardSeqNumber property.Gets the value of the cardTypeText property.Gets the value of the creditCardVendorCode property.Gets the value of the effectiveDate property.Gets the value of the expirationDate property.Gets the value of the maskedCardID property.Gets the value of the reconciliationID property.Gets the value of the tokenizedCardID property.Gets the value of the sellerOwnCardInd property.voidsetCardHolderName(String value) Sets the value of the cardHolderName property.voidsetCardNumber(String value) Sets the value of the cardNumber property.voidsetCardProductTypeCode(String value) Sets the value of the cardProductTypeCode property.voidsetCardSecurityCode(String value) Sets the value of the cardSecurityCode property.voidsetCardSeqNumber(BigDecimal value) Sets the value of the cardSeqNumber property.voidsetCardTypeText(String value) Sets the value of the cardTypeText property.voidsetCreditCardVendorCode(String value) Sets the value of the creditCardVendorCode property.voidsetEffectiveDate(String value) Sets the value of the effectiveDate property.voidsetExpirationDate(String value) Sets the value of the expirationDate property.voidsetMaskedCardID(String value) Sets the value of the maskedCardID property.voidsetReconciliationID(String value) Sets the value of the reconciliationID property.voidsetSellerOwnCardInd(Boolean value) Sets the value of the sellerOwnCardInd property.voidsetTokenizedCardID(String value) Sets the value of the tokenizedCardID property.
-
Field Details
-
cardHolderName
-
cardNumber
-
cardProductTypeCode
-
cardSecurityCode
-
cardSeqNumber
-
cardTypeText
-
creditCardVendorCode
-
effectiveDate
-
expirationDate
-
maskedCardID
-
reconciliationID
-
sellerOwnCardInd
-
tokenizedCardID
-
-
Constructor Details
-
PaymentCardType
public PaymentCardType()
-
-
Method Details
-
getCardHolderName
Gets the value of the cardHolderName property.- Returns:
- possible object is
String
-
setCardHolderName
Sets the value of the cardHolderName property.- Parameters:
value- allowed object isString
-
getCardNumber
Gets the value of the cardNumber property.- Returns:
- possible object is
String
-
setCardNumber
Sets the value of the cardNumber property.- Parameters:
value- allowed object isString
-
getCardProductTypeCode
Gets the value of the cardProductTypeCode property.- Returns:
- possible object is
String
-
setCardProductTypeCode
Sets the value of the cardProductTypeCode property.- Parameters:
value- allowed object isString
-
getCardSecurityCode
Gets the value of the cardSecurityCode property.- Returns:
- possible object is
String
-
setCardSecurityCode
Sets the value of the cardSecurityCode property.- Parameters:
value- allowed object isString
-
getCardSeqNumber
Gets the value of the cardSeqNumber property.- Returns:
- possible object is
BigDecimal
-
setCardSeqNumber
Sets the value of the cardSeqNumber property.- Parameters:
value- allowed object isBigDecimal
-
getCardTypeText
Gets the value of the cardTypeText property.- Returns:
- possible object is
String
-
setCardTypeText
Sets the value of the cardTypeText property.- Parameters:
value- allowed object isString
-
getCreditCardVendorCode
Gets the value of the creditCardVendorCode property.- Returns:
- possible object is
String
-
setCreditCardVendorCode
Sets the value of the creditCardVendorCode property.- Parameters:
value- allowed object isString
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
String
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value- allowed object isString
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getMaskedCardID
Gets the value of the maskedCardID property.- Returns:
- possible object is
String
-
setMaskedCardID
Sets the value of the maskedCardID property.- Parameters:
value- allowed object isString
-
getReconciliationID
Gets the value of the reconciliationID property.- Returns:
- possible object is
String
-
setReconciliationID
Sets the value of the reconciliationID property.- Parameters:
value- allowed object isString
-
isSellerOwnCardInd
Gets the value of the sellerOwnCardInd property.- Returns:
- possible object is
Boolean
-
setSellerOwnCardInd
Sets the value of the sellerOwnCardInd property.- Parameters:
value- allowed object isBoolean
-
getTokenizedCardID
Gets the value of the tokenizedCardID property.- Returns:
- possible object is
String
-
setTokenizedCardID
Sets the value of the tokenizedCardID property.- Parameters:
value- allowed object isString
-