Package com.chargebee.models
Class DifferentialPrice.CreateRequest
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.Request<DifferentialPrice.CreateRequest>
com.chargebee.models.DifferentialPrice.CreateRequest
- Enclosing class:
- DifferentialPrice
public static class DifferentialPrice.CreateRequest
extends Request<DifferentialPrice.CreateRequest>
-
Field Summary
Fields inherited from class com.chargebee.internal.RequestBase
headers, isIdempotent, isJsonRequest, params, paramsV2, subDomain, uri -
Method Summary
Modifier and TypeMethodDescriptionbusinessEntityId(String businessEntityId) params()parentItemId(String parentItemId) parentPeriodPeriod(int index, org.json.JSONArray parentPeriodPeriod) parentPeriodPeriodUnit(int index, DifferentialPrice.ParentPeriod.PeriodUnit parentPeriodPeriodUnit) priceInDecimal(String priceInDecimal) tierEndingUnit(int index, Integer tierEndingUnit) tierEndingUnitInDecimal(int index, String tierEndingUnitInDecimal) tierPackageSize(int index, Integer tierPackageSize) tierPriceInDecimal(int index, String tierPriceInDecimal) tierPricingType(int index, PricingType tierPricingType) tierStartingUnit(int index, Integer tierStartingUnit) tierStartingUnitInDecimal(int index, String tierStartingUnitInDecimal) Methods inherited from class com.chargebee.internal.Request
httpMeth, param, pathParam, request, request, setIdempotencyMethods inherited from class com.chargebee.internal.RequestBase
header, headers, paramsV2, setIdempotencyKey, uri
-
Method Details
-
parentItemId
-
price
-
priceInDecimal
-
businessEntityId
-
parentPeriodPeriodUnit
public DifferentialPrice.CreateRequest parentPeriodPeriodUnit(int index, DifferentialPrice.ParentPeriod.PeriodUnit parentPeriodPeriodUnit) -
parentPeriodPeriod
public DifferentialPrice.CreateRequest parentPeriodPeriod(int index, org.json.JSONArray parentPeriodPeriod) -
tierStartingUnit
-
tierEndingUnit
-
tierPrice
-
tierStartingUnitInDecimal
public DifferentialPrice.CreateRequest tierStartingUnitInDecimal(int index, String tierStartingUnitInDecimal) -
tierEndingUnitInDecimal
public DifferentialPrice.CreateRequest tierEndingUnitInDecimal(int index, String tierEndingUnitInDecimal) -
tierPriceInDecimal
-
tierPricingType
-
tierPackageSize
-
params
- Overrides:
paramsin classRequest<DifferentialPrice.CreateRequest>
-