Method: AdvancedBilling::CustomerChangesPreviewResponse#initialize

Defined in:
lib/advanced_billing/models/customer_changes_preview_response.rb

#initialize(changes:, additional_properties: {}) ⇒ CustomerChangesPreviewResponse

Returns a new instance of CustomerChangesPreviewResponse.



33
34
35
36
37
38
39
40
# File 'lib/advanced_billing/models/customer_changes_preview_response.rb', line 33

def initialize(changes:, additional_properties: {})
  @changes = changes

  # Add additional model properties to the instance.

  additional_properties.each do |_name, _value|
    instance_variable_set("@#{_name}", _value)
  end
end