java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.SecureProgramType

public class SecureProgramType extends Object
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_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="SecurePaymentProgramName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • enrollmentStatusText

      protected String enrollmentStatusText
    • securePaymentProgramName

      protected String securePaymentProgramName
  • Constructor Details

    • SecureProgramType

      public SecureProgramType()
  • Method Details

    • getEnrollmentStatusText

      public String getEnrollmentStatusText()
      Gets the value of the enrollmentStatusText property.
      Returns:
      possible object is String
    • setEnrollmentStatusText

      public void setEnrollmentStatusText(String value)
      Sets the value of the enrollmentStatusText property.
      Parameters:
      value - allowed object is String
    • getSecurePaymentProgramName

      public String getSecurePaymentProgramName()
      Gets the value of the securePaymentProgramName property.
      Returns:
      possible object is String
    • setSecurePaymentProgramName

      public void setSecurePaymentProgramName(String value)
      Sets the value of the securePaymentProgramName property.
      Parameters:
      value - allowed object is String