Method: ShellCardManagementApIs::InvoiceDistributionMethod.names

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

.namesObject

A mapping from model property names to API property names.



43
44
45
46
47
48
49
50
# File 'lib/shell_card_management_ap_is/models/invoice_distribution_method.rb', line 43

def self.names
  @_hash = {} if @_hash.nil?
  @_hash['is_primary'] = 'IsPrimary'
  @_hash['frequency_type'] = 'FrequencyType'
  @_hash['distribution_method'] = 'DistributionMethod'
  @_hash['output_type'] = 'OutputType'
  @_hash
end