Method: CyberSource::Ptsv2paymentsMerchantInformationServiceLocation.attribute_map

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

.attribute_mapObject

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



29
30
31
32
33
34
35
36
# File 'lib/cybersource_rest_client/models/ptsv2payments_merchant_information_service_location.rb', line 29

def self.attribute_map
  {
    :'locality' => :'locality',
    :'country_subdivision_code' => :'countrySubdivisionCode',
    :'country_code' => :'countryCode',
    :'postal_code' => :'postalCode'
  }
end