ddbtools/pricing.py [39:45]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            offer = product['terms']['OnDemand'].popitem()
            offer_terms = offer[1]
            price_dimensions = offer_terms['priceDimensions']

            for price_dimension_code in price_dimensions:
                price_terms = price_dimensions[price_dimension_code]
                price_per_unit = price_terms['pricePerUnit']['USD']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ddbtools/pricing.py [85:91]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        offer = product['terms']['OnDemand'].popitem()
        offer_terms = offer[1]
        price_dimensions = offer_terms['priceDimensions']

        for price_dimension_code in price_dimensions:
            price_terms = price_dimensions[price_dimension_code]
            price_per_unit = price_terms['pricePerUnit']['USD']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



