| Package | Description |
|---|---|
| com.chargebee.models |
| Modifier and Type | Method and Description |
|---|---|
Coupon.DurationType |
Coupon.durationType() |
static Coupon.DurationType |
Coupon.DurationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Coupon.DurationType[] |
Coupon.DurationType.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.DurationType,Export.CouponsRequest> |
Export.CouponsRequest.couponDurationType() |
EnumFilter<Coupon.DurationType,Coupon.CouponListRequest> |
Coupon.CouponListRequest.durationType() |
| Modifier and Type | Method and Description |
|---|---|
Coupon.CreateRequest |
Coupon.CreateRequest.durationType(Coupon.DurationType durationType) |
Coupon.CreateForItemsRequest |
Coupon.CreateForItemsRequest.durationType(Coupon.DurationType durationType) |
Coupon.UpdateForItemsRequest |
Coupon.UpdateForItemsRequest.durationType(Coupon.DurationType durationType) |
Coupon.UpdateRequest |
Coupon.UpdateRequest.durationType(Coupon.DurationType durationType) |
Copyright © 2023 ChargeBee. All rights reserved.