Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
GetCouponResponse |
CoupangMarketPlaceApi.getDownloadableCouponById(Long couponId)
Get coupon by couponId
Get coupon based on couponId
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<GetCouponResponse> |
CoupangMarketPlaceApi.getDownloadableCouponByIdWithHttpInfo(Long couponId)
Get coupon by couponId
Get coupon based on couponId
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getDownloadableCouponByIdAsync(Long couponId,
ApiCallback<GetCouponResponse> callback)
Get coupon by couponId (asynchronously)
Get coupon based on couponId
|
Modifier and Type | Method and Description |
---|---|
GetCouponResponse |
GetCouponResponse.addCouponPoliciesItem(CouponPolicy couponPoliciesItem) |
GetCouponResponse |
GetCouponResponse.appliedOptionCount(Long appliedOptionCount) |
GetCouponResponse |
GetCouponResponse.couponId(Long couponId) |
GetCouponResponse |
GetCouponResponse.couponPolicies(List<CouponPolicy> couponPolicies) |
GetCouponResponse |
GetCouponResponse.couponStatus(GetCouponResponse.CouponStatusEnum couponStatus) |
GetCouponResponse |
GetCouponResponse.couponType(GetCouponResponse.CouponTypeEnum couponType) |
GetCouponResponse |
GetCouponResponse.endDate(String endDate) |
GetCouponResponse |
GetCouponResponse.publishedDate(String publishedDate) |
GetCouponResponse |
GetCouponResponse.startDate(String startDate) |
GetCouponResponse |
GetCouponResponse.title(String title) |
GetCouponResponse |
GetCouponResponse.usageAmount(BigDecimal usageAmount) |
Copyright © 2022. All rights reserved.