|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.notification.MerchantCodes
com.google.checkout.notification.CouponAdjustment
public class CouponAdjustment
This class encapsulates the data in the <coupon-adjustment> tag.
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 |
---|
public CouponAdjustment(org.w3c.dom.Document document, org.w3c.dom.Element element)
document
- The document.element
- The element.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |