Stores the last name, the first name, and the middle name.
Context.data.fio = { lastname: 'Evans', firstname: 'John', middlename: 'Patrick' };
Name.
Last name.
Middle name.
Full name type
Stores the last name, the first name, and the middle name.
Context.data.fio = { lastname: 'Evans', firstname: 'John', middlename: 'Patrick' };