Package com.inteliqua.rest.coupon.update
Class CouponUpdateRequestPlain
- java.lang.Object
-
- com.inteliqua.rest.coupon.update.CouponUpdateRequest
-
- com.inteliqua.rest.coupon.update.CouponUpdateRequestPlain
-
- All Implemented Interfaces:
AuditLog
public class CouponUpdateRequestPlain extends CouponUpdateRequest
- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description CouponUpdateRequestPlain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()StringtoString()-
Methods inherited from class com.inteliqua.rest.coupon.update.CouponUpdateRequest
getAttributes, getCancellationDate, getCancelled, getDateUsed, getGiven, getGivenDate, getGivenInvoiceNumber, getInactive, getIssueValidFromDate, getIssueValidUntilDate, getMemberQCCode, getUsed, getUsedInvoiceNumber, getValidFromDate, getValidUntilDate, isDryRun, setCancellationDate, setCancelled, setDateUsed, setDryRun, setGiven, setGivenDate, setGivenInvoiceNumber, setInactive, setIssueValidFromDate, setIssueValidUntilDate, setMemberQCCode, setUsed, setUsedInvoiceNumber, setValidFromDate, setValidUntilDate, toAuditLog
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classCouponUpdateRequest
-
toString
public String toString()
- Overrides:
toStringin classCouponUpdateRequest
-
-