com.google.checkout.notification
Class CouponAdjustment

java.lang.Object
  extended by com.google.checkout.notification.MerchantCodes
      extended by com.google.checkout.notification.CouponAdjustment

public class CouponAdjustment
extends MerchantCodes

This class encapsulates the data in the <coupon-adjustment> tag.

Author:
simonjsmith

Field Summary
 
Fields inherited from class com.google.checkout.notification.MerchantCodes
document, element
 
Constructor Summary
CouponAdjustment(org.w3c.dom.Document document, org.w3c.dom.Element element)
          A constructor which takes the document and element pointing to the <coupon-adjustment> tag.
 
Method Summary
 
Methods inherited from class com.google.checkout.notification.MerchantCodes
getAppliedAmount, getCalculatedAmount, getCode, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CouponAdjustment

public CouponAdjustment(org.w3c.dom.Document document,
                        org.w3c.dom.Element element)
A constructor which takes the document and element pointing to the <coupon-adjustment> tag.

Parameters:
document - The document.
element - The element.