## fullname

Name by which the party is known and which is usually used to identify the party.

* Type: `string`
* Max Length: 140


### Usage guidelines

* Use this field only if the party is an organization. Do not use this field if the party is an individual.
* Must contain at least one (1) name string.
* No punctuation or special characters may be used.
* If the name has multiple words, they must be separated by a space. For example, if the name of the party is Widgets Org, specify it as "Widgets Org".
* If the name is longer than the maximum allowed length, provide a truncated value.


## JSON schema extract


```json
"fullname": {
    "description": "Name by which the party is known and which is usually used to identify the party.",
    "type": "string",
    "maxLength": 140
}
```