Name

May 27, 2025 ยท View on GitHub

The name of the party.

Structure

Name

Fields

NameTypeTagsDescriptionGetterSetter
GivenNameStringOptionalWhen the party is a person, the party's given, or first, name.

Constraints: Maximum Length: 140
String getGivenName()setGivenName(String givenName)
SurnameStringOptionalWhen the party is a person, the party's surname or family name. Also known as the last name. Required when the party is a person. Use also to store multiple surnames including the matronymic, or mother's, surname.

Constraints: Maximum Length: 140
String getSurname()setSurname(String surname)

Example (as JSON)

{
  "given_name": "given_name2",
  "surname": "surname8"
}