class Moneta::Api::Requests::Profile::CreateOrganizationProfileRequest
Запрос на создание пользователя с типом “организация” в системе МОНЕТА.РУ. Request for creating a MONETA.RU organization account.
Public Class Methods
new()
click to toggle source
# File lib/moneta/api/requests/profile/create_organization_profile_request.rb, line 19 def initialize @profile_type = 'organization' end