Method: AdvancedBilling::ListComponentsFilter.names

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

.namesObject

A mapping from model property names to API property names.



24
25
26
27
28
29
# File 'lib/advanced_billing/models/list_components_filter.rb', line 24

def self.names
  @_hash = {} if @_hash.nil?
  @_hash['ids'] = 'ids'
  @_hash['use_site_exchange_rate'] = 'use_site_exchange_rate'
  @_hash
end