Class LoyaltyAccount


  • public class LoyaltyAccount
    extends Object
    Definition: Data related to a loyalty account processed in the transaction. -- Usage: This data structure conveys the identification of the account and the associated loyalty brand.

    Java class for LoyaltyAccount complex type.

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

     <complexType name="LoyaltyAccount">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="LoyaltyAccountID" type="{}LoyaltyAccountID"/>
           </sequence>
           <attribute name="LoyaltyBrand" type="{}LoyaltyBrand" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • loyaltyAccountID

        protected LoyaltyAccountID loyaltyAccountID
        The Loyalty account id.
      • loyaltyBrand

        protected String loyaltyBrand
        The Loyalty brand.
    • Constructor Detail

      • LoyaltyAccount

        public LoyaltyAccount()
    • Method Detail

      • getLoyaltyAccountID

        public LoyaltyAccountID getLoyaltyAccountID()
        Gets the value of the loyaltyAccountID property.
        Returns:
        possible object is LoyaltyAccountID
      • setLoyaltyAccountID

        public void setLoyaltyAccountID​(LoyaltyAccountID value)
        Sets the value of the loyaltyAccountID property.
        Parameters:
        value - allowed object is LoyaltyAccountID
      • getLoyaltyBrand

        public String getLoyaltyBrand()
        Gets the value of the loyaltyBrand property.
        Returns:
        possible object is String
      • setLoyaltyBrand

        public void setLoyaltyBrand​(String value)
        Sets the value of the loyaltyBrand property.
        Parameters:
        value - allowed object is String