Sha256: 05c746d7bd308c29a21526ca8bb9f24d1bf79bee816a0cb2d1cd03c53a939ecf

Contents?: true

Size: 646 Bytes

Versions: 3

Compression:

Stored size: 646 Bytes

Contents

module Sumsub
  module Struct
    # https://developers.sumsub.com/api-reference/#addresses-elements-fields
    class Address < BaseStruct
      include Types

      attribute? :country, Types::String
      attribute? :postCode, Types::String
      attribute? :town, Types::String
      attribute? :street, Types::String
      attribute? :subStreet, Types::String
      attribute? :state, Types::String
      attribute? :buildingName, Types::String
      attribute? :flatNumber, Types::String
      attribute? :buildingNumber, Types::String
      attribute? :startDate, Types::String
      attribute? :endDate, Types::String    
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sumsub-ruby-sdk-0.1.3 lib/sumsub/struct/address.rb
sumsub-ruby-sdk-0.1.2 lib/sumsub/struct/address.rb
sumsub-ruby-sdk-0.1.1 lib/sumsub/struct/address.rb