java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.CouponValidityPeriodType

public class CouponValidityPeriodType extends Object
Date range a coupon is valid for with an optional time component.

Java class for CouponValidityPeriodType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CouponValidityPeriodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Duration" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DurationType"/>
         <element name="EffectiveDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateType"/>
         <element name="ExpirationDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CouponValidityPeriodType

      public CouponValidityPeriodType()
  • Method Details