Sha256: ce76b9d370fa3c1e529955321596660ac292f092bf2d88c1ec2b8f3d05dbb049

Contents?: true

Size: 250 Bytes

Versions: 3

Compression:

Stored size: 250 Bytes

Contents

require_relative '../../util/enum'

module MangoModel

  # Legal person types enumeration
  class LegalPersonType
    extend Enum

    BUSINESS = value 'BUSINESS'

    ORGANIZATION = value 'ORGANIZATION'

    SOLETRADER = value 'SOLETRADER'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mangopay-v4-4.1.0 lib/mangopay/model/enum/legal_person_type.rb
mangopay-v4-4.0.2 lib/mangopay/model/enum/legal_person_type.rb
mangopay-v4-4.0.1 lib/mangopay/model/enum/legal_person_type.rb