Sha256: 4c157ba3cab09ea30041a320b1c8749e516f77e40c5cbb9d095c93a6bef25878
Contents?: true
Size: 350 Bytes
Versions: 26
Compression:
Stored size: 350 Bytes
Contents
# frozen_string_literal: true module IronBank module Resources # A tier holds an amount (cost) and a currency for a given product rate plan # charge. # class ProductRatePlanChargeTier < Resource with_schema with_local_records with_cache with_one :product_rate_plan_charge, alias: :charge end end end
Version data entries
26 entries across 26 versions & 1 rubygems