Uses of Class
org.openapitools.client.model.StripePlan
-
Packages that use StripePlan Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of StripePlan in org.openapitools.client.api
Methods in org.openapitools.client.api that return types with arguments of type StripePlan Modifier and Type Method Description List<StripePlan>StripeApi. getAllPlans()Get All Plans Get All Plans Get a list of all plansApiResponse<List<StripePlan>>StripeApi. getAllPlansWithHttpInfo()Get All Plans Get All Plans Get a list of all plansMethod parameters in org.openapitools.client.api with type arguments of type StripePlan Modifier and Type Method Description okhttp3.CallStripeApi. getAllPlansAsync(ApiCallback<List<StripePlan>> _callback)Get All Plans (asynchronously) Get All Plans Get a list of all plans -
Uses of StripePlan in org.openapitools.client.model
Methods in org.openapitools.client.model that return StripePlan Modifier and Type Method Description StripePlanStripePlan. amount(Long amount)StripePlanStripePlan. chunkCount(Integer chunkCount)StripePlanStripePlan. createdAt(OffsetDateTime createdAt)StripePlanStripePlan. datasetCount(Integer datasetCount)StripePlanStripePlan. fileStorage(Long fileStorage)static StripePlanStripePlan. fromJson(String jsonString)Create an instance of StripePlan given an JSON stringStripePlanStripePlan. id(UUID id)StripePlanStripePlan. messageCount(Integer messageCount)StripePlanStripePlan. name(String name)StripePlanStripePlan. stripeId(String stripeId)StripePlanStripePlan. updatedAt(OffsetDateTime updatedAt)StripePlanStripePlan. userCount(Integer userCount)
-