Class PaymentCardCriteriaType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.PaymentCardCriteriaType
Requested card issuer type and identification number.
Java class for PaymentCardCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentCardCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardIssuingCountryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CountryCodeType" minOccurs="0"/>
<element name="CardTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CreditCardVendorCodeType"/>
<element name="ChargeAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}AmountType" minOccurs="0"/>
<element name="ChargePercent" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}PercentType" minOccurs="0"/>
<element name="IssuerIdentificationNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected AmountTypeprotected BigDecimalprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardIssuingCountryCode property.Gets the value of the cardTypeCode property.Gets the value of the chargeAmount property.Gets the value of the chargePercent property.Gets the value of the issuerIdentificationNumber property.voidsetCardIssuingCountryCode(String value) Sets the value of the cardIssuingCountryCode property.voidsetCardTypeCode(String value) Sets the value of the cardTypeCode property.voidsetChargeAmount(AmountType value) Sets the value of the chargeAmount property.voidsetChargePercent(BigDecimal value) Sets the value of the chargePercent property.voidSets the value of the issuerIdentificationNumber property.
-
Field Details
-
cardIssuingCountryCode
-
cardTypeCode
-
chargeAmount
-
chargePercent
-
issuerIdentificationNumber
-
-
Constructor Details
-
PaymentCardCriteriaType
public PaymentCardCriteriaType()
-
-
Method Details
-
getCardIssuingCountryCode
Gets the value of the cardIssuingCountryCode property.- Returns:
- possible object is
String
-
setCardIssuingCountryCode
Sets the value of the cardIssuingCountryCode property.- Parameters:
value- allowed object isString
-
getCardTypeCode
Gets the value of the cardTypeCode property.- Returns:
- possible object is
String
-
setCardTypeCode
Sets the value of the cardTypeCode property.- Parameters:
value- allowed object isString
-
getChargeAmount
Gets the value of the chargeAmount property.- Returns:
- possible object is
AmountType
-
setChargeAmount
Sets the value of the chargeAmount property.- Parameters:
value- allowed object isAmountType
-
getChargePercent
Gets the value of the chargePercent property.- Returns:
- possible object is
BigDecimal
-
setChargePercent
Sets the value of the chargePercent property.- Parameters:
value- allowed object isBigDecimal
-
getIssuerIdentificationNumber
Gets the value of the issuerIdentificationNumber property.- Returns:
- possible object is
String
-
setIssuerIdentificationNumber
Sets the value of the issuerIdentificationNumber property.- Parameters:
value- allowed object isString
-