| Modifier and Type | Class and Description |
|---|---|
static class |
CouponSet.AddCouponCodesRequest |
static class |
CouponSet.CouponSetListRequest |
static class |
CouponSet.CreateRequest |
static class |
CouponSet.UpdateRequest |
| Constructor and Description |
|---|
CouponSet(org.json.JSONObject jsonObj) |
CouponSet(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
static CouponSet.AddCouponCodesRequest |
addCouponCodes(String id) |
Integer |
archivedCount() |
String |
couponId() |
static CouponSet.CreateRequest |
create() |
static Request |
delete(String id) |
static Request |
deleteUnusedCouponCodes(String id) |
String |
id() |
static CouponSet.CouponSetListRequest |
list() |
org.json.JSONObject |
metaData() |
String |
name() |
Integer |
redeemedCount() |
static Request |
retrieve(String id) |
Integer |
totalCount() |
static CouponSet.UpdateRequest |
update(String id) |
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uripublic CouponSet(String jsonStr)
public CouponSet(org.json.JSONObject jsonObj)
public String id()
public String couponId()
public String name()
public Integer totalCount()
public Integer redeemedCount()
public Integer archivedCount()
public org.json.JSONObject metaData()
public static CouponSet.CreateRequest create()
public static CouponSet.AddCouponCodesRequest addCouponCodes(String id)
public static CouponSet.CouponSetListRequest list()
public static CouponSet.UpdateRequest update(String id)
Copyright © 2023 ChargeBee. All rights reserved.