Class SecureProgramType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.SecureProgramType
Contains enrolment information of the Payment Card. e.g. Verified by Visa.
Java class for SecureProgramType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecureProgramType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EnrollmentStatusText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
<element name="SecurePaymentProgramName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the enrollmentStatusText property.Gets the value of the securePaymentProgramName property.voidsetEnrollmentStatusText(String value) Sets the value of the enrollmentStatusText property.voidSets the value of the securePaymentProgramName property.
-
Field Details
-
enrollmentStatusText
-
securePaymentProgramName
-
-
Constructor Details
-
SecureProgramType
public SecureProgramType()
-
-
Method Details
-
getEnrollmentStatusText
Gets the value of the enrollmentStatusText property.- Returns:
- possible object is
String
-
setEnrollmentStatusText
Sets the value of the enrollmentStatusText property.- Parameters:
value- allowed object isString
-
getSecurePaymentProgramName
Gets the value of the securePaymentProgramName property.- Returns:
- possible object is
String
-
setSecurePaymentProgramName
Sets the value of the securePaymentProgramName property.- Parameters:
value- allowed object isString
-