Sha256: 59cf7e46409773d694cd1a089ed2bf044d4d55a67698e7180f5b261f3205dbe1
Contents?: true
Size: 367 Bytes
Versions: 7
Compression:
Stored size: 367 Bytes
Contents
module AdaptivePayments class BaseAddress < JsonModel attribute :line1, String attribute :line2, String attribute :city, String attribute :state, String attribute :postal_code, String, :param => "postalCode" attribute :country_code, String, :param => "countryCode" attribute :type, String end end
Version data entries
7 entries across 7 versions & 2 rubygems