Sha256: 83c761376661a6c1aa1f946166acb706510a8b5947746fa7320b42037e4ec81c
Contents?: true
Size: 385 Bytes
Versions: 3
Compression:
Stored size: 385 Bytes
Contents
require_relative '../../../util/non_instantiable' module MangoModel # User entity's base class. Should not be instantiated. class User < EntityBase extend NonInstantiable # Type of user, one of +PersonType+ attr_accessor :person_type # Their KYC level, one of +KycLevel+ attr_accessor :kyc_level # Their email address attr_accessor :email end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mangopay-v4-4.1.0 | lib/mangopay/model/entity/user/user.rb |
mangopay-v4-4.0.2 | lib/mangopay/model/entity/user/user.rb |
mangopay-v4-4.0.1 | lib/mangopay/model/entity/user/user.rb |