Uses of Interface
com.langfuse.client.resources.commons.types.PricingTierInput._FinalStage
Packages that use PricingTierInput._FinalStage
-
Uses of PricingTierInput._FinalStage in com.langfuse.client.resources.commons.types
Classes in com.langfuse.client.resources.commons.types that implement PricingTierInput._FinalStageMethods in com.langfuse.client.resources.commons.types that return PricingTierInput._FinalStageModifier and TypeMethodDescriptionPricingTierInput._FinalStage.addAllConditions(List<PricingTierCondition> conditions) PricingTierInput.Builder.addAllConditions(List<PricingTierCondition> conditions) Array of conditions that must ALL be met for this tier to match (AND logic).PricingTierInput._FinalStage.addConditions(PricingTierCondition conditions) PricingTierInput.Builder.addConditions(PricingTierCondition conditions) Array of conditions that must ALL be met for this tier to match (AND logic).PricingTierInput._FinalStage.additionalProperties(Map<String, Object> additionalProperties) PricingTierInput._FinalStage.additionalProperty(String key, Object value) PricingTierInput._FinalStage.conditions(List<PricingTierCondition> conditions) Array of conditions that must ALL be met for this tier to match (AND logic).PricingTierInput.Builder.conditions(List<PricingTierCondition> conditions) Array of conditions that must ALL be met for this tier to match (AND logic).Prices (USD) by usage type for this tier.Prices (USD) by usage type for this tier.Prices (USD) by usage type for this tier.PricingTierInput.Builder.priority(int priority) Priority for tier matching evaluation.PricingTierInput.PriorityStage.priority(int priority) Priority for tier matching evaluation.PricingTierInput._FinalStage.putAllPrices(Map<String, Double> prices) PricingTierInput.Builder.putAllPrices(Map<String, Double> prices) Prices (USD) by usage type for this tier.