java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.ProgramAccountType

public class ProgramAccountType extends Object
An account which provides access to discounted or negotiated prices.

Java class for ProgramAccountType complex type.

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

 <complexType name="ProgramAccountType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AccountID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • accountID

      protected String accountID
  • Constructor Details

    • ProgramAccountType

      public ProgramAccountType()
  • Method Details

    • getAccountID

      public String getAccountID()
      Gets the value of the accountID property.
      Returns:
      possible object is String
    • setAccountID

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