Sha256: 19160af02b1fe1f8e59d4e5342d31ecdae06e3e0cab4601585e186caf21bf8d0
Contents?: true
Size: 564 Bytes
Versions: 14
Compression:
Stored size: 564 Bytes
Contents
module BillForward # This entity exposes the following child entities via method_missing: # # PricingComponentValueMigrationAmendmentMapping[] .mappings class ProductRatePlanMigrationAmendment < Amendment @resource_path = BillForward::ResourcePath.new("amendments", "amendment") def initialize(*args) super set_state_param('@type', 'ProductRatePlanMigrationAmendment') end protected def unserialize_all(hash) super unserialize_array_of_entities('mappings', PricingComponentValueMigrationAmendmentMapping, hash) end end end
Version data entries
14 entries across 14 versions & 1 rubygems