Class: JuridicalAuthorisedRepresentativeMapper

Inherits:
Object
  • Object
show all
Includes:
XmlSchemaMapper
Defined in:
app/mappers/juridical_authorised_representative_mapper.rb

Overview

Note:

Уполномоченный представитель ЮЛ Сведения о человеке (№ - услуга, * - роль в услуге): 1) Перемена имени:

  • УПФЛ;

  • УПЮЛ;

2) Внесение изменений:

  • УПЮЛ;

3) Рождение:

  • УПЮЛ для устуги в типах 3,4,5;

4) Смерть:

  • УПЮЛ;

5) Усыновление:

  • УПФЛ;

6) Расторжение брака:

  • УПФЛ 1,3;

7) Повторная выдача:

  • УПЮЛ.

Instance Attribute Summary collapse

Instance Attribute Details

#applicantBoolean

Признак “Является ли Заявителем” minOccurs: 0, maxOccurs: 1

Returns:

  • (Boolean)


33
34
35
# File 'app/mappers/juridical_authorised_representative_mapper.rb', line 33

def applicant
  @applicant
end

#first_nameSTRING60

Имя minOccurs: 1, maxOccurs: 1

Returns:

  • (STRING60)


41
42
43
# File 'app/mappers/juridical_authorised_representative_mapper.rb', line 41

def first_name
  @first_name
end

#identity_documentIdentityDocumentMapper

Докумен, удостоверяющий личность minOccurs: 0, maxOccurs: 1



49
50
51
# File 'app/mappers/juridical_authorised_representative_mapper.rb', line 49

def identity_document
  @identity_document
end

#is_private_office_ownerBoolean

Признак “Является ли инициатор отправки заявления владельцем личного кабинета” minOccurs: 0, maxOccurs: 1

Returns:

  • (Boolean)


29
30
31
# File 'app/mappers/juridical_authorised_representative_mapper.rb', line 29

def is_private_office_owner
  @is_private_office_owner
end

#patronymicSTRING60

Отчество minOccurs: 0, maxOccurs: 1

Returns:

  • (STRING60)


45
46
47
# File 'app/mappers/juridical_authorised_representative_mapper.rb', line 45

def patronymic
  @patronymic
end

Доверенность ЮЛ minOccurs: 0, maxOccurs: 1



53
54
55
# File 'app/mappers/juridical_authorised_representative_mapper.rb', line 53

def power_of_attorney_legal
  @power_of_attorney_legal
end

#surnameSTRING60

Фамилия minOccurs: 1, maxOccurs: 1

Returns:

  • (STRING60)


37
38
39
# File 'app/mappers/juridical_authorised_representative_mapper.rb', line 37

def surname
  @surname
end