Method: ShellCardManagementApIs::PINDeliverTo.names
- Defined in:
- lib/shell_card_management_ap_is/models/pin_deliver_to.rb
.names ⇒ Object
A mapping from model property names to API property names.
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/shell_card_management_ap_is/models/pin_deliver_to.rb', line 70 def self.names @_hash = {} if @_hash.nil? @_hash['contact_name'] = 'ContactName' @_hash['contact_title'] = 'ContactTitle' @_hash['company_name'] = 'CompanyName' @_hash['address_line'] = 'AddressLine' @_hash['zip_code'] = 'ZipCode' @_hash['city'] = 'City' @_hash['region_id'] = 'RegionID' @_hash['country_id'] = 'CountryID' @_hash['phone_number'] = 'PhoneNumber' @_hash['email_address'] = 'EmailAddress' @_hash['save_pin_reminder'] = 'SavePINReminder' @_hash end |