Method: ShellCardManagementApIs::CustomerDetailRequest.names
- Defined in:
- lib/shell_card_management_ap_is/models/customer_detail_request.rb
.names ⇒ Object
A mapping from model property names to API property names.
53 54 55 56 57 58 59 60 61 62 |
# File 'lib/shell_card_management_ap_is/models/customer_detail_request.rb', line 53 def self.names @_hash = {} if @_hash.nil? @_hash['col_co_id'] = 'ColCoId' @_hash['col_co_code'] = 'ColCoCode' @_hash['payer_id'] = 'PayerId' @_hash['payer_number'] = 'PayerNumber' @_hash['account_id'] = 'AccountId' @_hash['account_number'] = 'AccountNumber' @_hash end |