Class CouponUpdateRequestPlain
- java.lang.Object
-
- com.inteliqua.rest.coupon.payload.CouponBasicPayload
-
- com.inteliqua.rest.coupon.payload.CouponRequest
-
- com.inteliqua.rest.coupon.payload.CouponUpdateRequest
-
- com.inteliqua.rest.coupon.payload.CouponUpdateRequestPlain
-
- All Implemented Interfaces:
EliquaAbstractRequestPayload,AuditLog
public class CouponUpdateRequestPlain extends CouponUpdateRequest
-
-
Constructor Summary
Constructors Constructor Description CouponUpdateRequestPlain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Returns the type of the coupon request.StringtoJsonAuditLog()Converts the audit log entry to its JSON representation.StringtoString()Converts the coupon request to a string representation.-
Methods inherited from class com.inteliqua.rest.coupon.payload.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
-
Methods inherited from class com.inteliqua.rest.coupon.payload.CouponRequest
addAtrribute, getAction, getCouponCode, getCouponSetCode, isCouponValidity, setAction, setCouponCode, setCouponSetCode, setCouponValidity
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
Description copied from class:CouponRequestReturns the type of the coupon request.This method should be implemented by subclasses to return the specific type of the coupon request (e.g., plain, special).
- Specified by:
getTypein classCouponUpdateRequest- Returns:
- The coupon request type.
-
toString
public String toString()
Description copied from class:CouponRequestConverts the coupon request to a string representation.- Overrides:
toStringin classCouponUpdateRequest- Returns:
- A string representation of the coupon request.
-
-