class MangoModel::LegalUser

User entity of PersonType::LEGAL A Legal User represents a business or an organization.

Attributes

company_number[RW]
String
headquarters_address[RW]
Address

Their headquarters' address

name[RW]
String

Their name

proof_of_registration[RW]
String

Their proof of registration

shareholder_declaration[RW]
String

Their shareholder declaration

statute[RW]
String

Their statute

Public Class Methods

new() click to toggle source
# File lib/mangopay/model/entity/user/legal_user.rb, line 52
def initialize
  self.person_type = PersonType::LEGAL
end