Method: CyberSource::Ptsv2paymentsMerchantInformationServiceLocation.json_map

Defined in:
lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_location.rb

.json_mapObject

Attribute mapping from JSON key to ruby-style variable name.



39
40
41
42
43
44
45
46
# File 'lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_location.rb', line 39

def self.json_map
  {
    :'locality' => :'locality',
    :'country_subdivision_code' => :'country_subdivision_code',
    :'country_code' => :'country_code',
    :'postal_code' => :'postal_code'
  }
end