Sha256: daebcb3bf2bb0b5ce0567095e882d2e9743f3f7be13d127f63b6ec873852e2b7
Contents?: true
Size: 329 Bytes
Versions: 23
Compression:
Stored size: 329 Bytes
Contents
# frozen_string_literal: true module IronBank module Resources # A rate plan charge tier hold the price per unit the customer will be # billed for, in his/her currency. # class RatePlanChargeTier < Resource with_schema with_cache with_one :rate_plan_charge, alias: :charge end end end
Version data entries
23 entries across 23 versions & 1 rubygems