class BillForward::ProductRatePlanMigrationAmendment
This entity exposes the following child entities via method_missing:
PricingComponentValueMigrationAmendmentMapping[] .mappings
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb, line 8 def initialize(*args) super set_state_param('@type', 'ProductRatePlanMigrationAmendment') end
Protected Instance Methods
unserialize_all(hash)
click to toggle source
Calls superclass method
# File lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb, line 13 def unserialize_all(hash) super unserialize_array_of_entities('mappings', PricingComponentValueMigrationAmendmentMapping, hash) end