| Package | Description |
|---|---|
| com.chargebee.models |
| Modifier and Type | Method and Description |
|---|---|
Coupon.DiscountType |
Coupon.discountType() |
static Coupon.DiscountType |
Coupon.DiscountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Coupon.DiscountType[] |
Coupon.DiscountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumFilter<Coupon.DiscountType,Export.CouponsRequest> |
Export.CouponsRequest.couponDiscountType() |
EnumFilter<Coupon.DiscountType,Coupon.CouponListRequest> |
Coupon.CouponListRequest.discountType() |
| Modifier and Type | Method and Description |
|---|---|
Coupon.CreateRequest |
Coupon.CreateRequest.discountType(Coupon.DiscountType discountType) |
Coupon.CreateForItemsRequest |
Coupon.CreateForItemsRequest.discountType(Coupon.DiscountType discountType) |
Coupon.UpdateForItemsRequest |
Coupon.UpdateForItemsRequest.discountType(Coupon.DiscountType discountType) |
Coupon.UpdateRequest |
Coupon.UpdateRequest.discountType(Coupon.DiscountType discountType) |
Copyright © 2023 ChargeBee. All rights reserved.