Sha256: 877dbb915e34ccd039dacffa2d6aa1dfcc5aad77501a74b4a71e83d9962a1d7a
Contents?: true
Size: 548 Bytes
Versions: 7
Compression:
Stored size: 548 Bytes
Contents
module AdaptivePayments class ClientDetailsType < JsonModel attribute :ip_address, String, :param => "ipAddress" attribute :device_id, String, :param => "deviceId" attribute :application_id, String, :param => "applicationId" attribute :model, String attribute :geo_location, String, :param => "geoLocation" attribute :customer_type, String, :param => "customerType" attribute :partner_name, String, :param => "partnerName" attribute :customer_id, String, :param => "customerId" end end
Version data entries
7 entries across 7 versions & 2 rubygems