Method: AdvancedBilling::CustomFieldValueChange.names

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

.namesObject

A mapping from model property names to API property names.



41
42
43
44
45
46
47
48
49
50
51
# File 'lib/advanced_billing/models/custom_field_value_change.rb', line 41

def self.names
  @_hash = {} if @_hash.nil?
  @_hash['event_type'] = 'event_type'
  @_hash['metafield_name'] = 'metafield_name'
  @_hash['metafield_id'] = 'metafield_id'
  @_hash['old_value'] = 'old_value'
  @_hash['new_value'] = 'new_value'
  @_hash['resource_type'] = 'resource_type'
  @_hash['resource_id'] = 'resource_id'
  @_hash
end