Sha256: d42484f4474d2e11d47edd976169199594db8eaa96563886073b5791d6861aa5

Contents?: true

Size: 330 Bytes

Versions: 21

Compression:

Stored size: 330 Bytes

Contents

module Zuora
  class ProductRatePlanCharge < ZObject
    def product_rate_plan
      @product_rate_plan ||= ProductRatePlan.find(self.ProductRatePlanId)
    end

    def product_rate_plan_charge_tiers
      @product_rate_plan_charge_tiers ||= ProductRatePlanChargeTier.where(:productRatePlanChargeId => self.id)
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
active_zuora-1.5.2 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.5.1 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.5.0 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.21 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.20 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.19 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.18 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.17 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.16 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.15 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.13 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.12 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.11 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.8 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.7 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.6 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.5 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.4 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.2 lib/active_zuora/product_rate_plan_charge.rb
active_zuora-1.4.1 lib/active_zuora/product_rate_plan_charge.rb