Method: ShellCardManagementApIs::AccountRequest.names

Defined in:
lib/shell_card_management_ap_is/models/account_request.rb

.namesObject

A mapping from model property names to API property names.



112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# File 'lib/shell_card_management_ap_is/models/account_request.rb', line 112

def self.names
  @_hash = {} if @_hash.nil?
  @_hash['status'] = 'Status'
  @_hash['include_card_summary'] = 'IncludeCardSummary'
  @_hash['payer_id'] = 'PayerId'
  @_hash['payer_number'] = 'PayerNumber'
  @_hash['page_size'] = 'PageSize'
  @_hash['request_id'] = 'RequestId'
  @_hash['col_co_code'] = 'ColCoCode'
  @_hash['col_co_country_code'] = 'ColCoCountryCode'
  @_hash['current_page'] = 'CurrentPage'
  @_hash['invoice_points_only'] = 'InvoicePointsOnly'
  @_hash['col_co_id'] = 'ColCoId'
  @_hash['return_tolls_customer_id'] = 'ReturnTollsCustomerId'
  @_hash['accounts'] = 'Accounts'
  @_hash['account_name'] = 'AccountName'
  @_hash['status_list'] = 'StatusList'
  @_hash
end