com.ecebs.rtd.enabler.types.itso.ipe
Class Type24.Discount

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.itso.ipe.Type24.Discount
All Implemented Interfaces:
Serializable
Enclosing class:
Type24

public static class Type24.Discount
extends Object
implements Serializable

Represents a discount structure found in type 24 IPEs

Author:
kyleb
See Also:
Serialized Form

Method Summary
 int getDiscountAmount()
           
 String getDiscountCode()
           
 String getDiscountCodeType()
           
 short getDiscountPercentage()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDiscountCode

public String getDiscountCode()

getDiscountAmount

public int getDiscountAmount()

getDiscountPercentage

public short getDiscountPercentage()

getDiscountCodeType

public String getDiscountCodeType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Ecebs Ltd. All Rights Reserved.