Method: ShellCardManagementApIs::PayerAccess.names

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

.namesObject

A mapping from model property names to API property names.



56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'lib/shell_card_management_ap_is/models/payer_access.rb', line 56

def self.names
  @_hash = {} if @_hash.nil?
  @_hash['is_default'] = 'IsDefault'
  @_hash['colco_id'] = 'ColcoId'
  @_hash['colco_code'] = 'ColcoCode'
  @_hash['col_co_country_code'] = 'ColCoCountryCode'
  @_hash['payer_group_id'] = 'PayerGroupId'
  @_hash['payer_group'] = 'PayerGroup'
  @_hash['payer_id'] = 'PayerId'
  @_hash['payer_number'] = 'PayerNumber'
  @_hash['payer_name'] = 'PayerName'
  @_hash
end