"""Orchard Pricing Tier Value logic.""" from pricing.models import orchard_pricing_tier_value def get_all_pricing_tier_values(): """Get all the pricing tier values. Returns: response.Response: containing a list of pricing tier values dictionaries. """ return orchard_pricing_tier_value.get_all_pricing_tier_values()