Method: AdvancedBilling::UpdateProductPricePoint.names
- Defined in:
- lib/advanced_billing/models/update_product_price_point.rb
.names ⇒ Object
A mapping from model property names to API property names.
21 22 23 24 25 26 |
# File 'lib/advanced_billing/models/update_product_price_point.rb', line 21 def self.names @_hash = {} if @_hash.nil? @_hash['handle'] = 'handle' @_hash['price_in_cents'] = 'price_in_cents' @_hash end |