class Moneta::Api::Requests::Profile::CreateClientProfileRequest

Запрос на создание пользователя с типом “клиент” в системе МОНЕТА.РУ. Request for creating a MONETA.RU client account.

Public Class Methods

new() click to toggle source
# File lib/moneta/api/requests/profile/create_client_profile_request.rb, line 19
def initialize
  @profile_type = 'client'
end