CustomerName
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
@type |
|
string |
true |
|
|
true |
language |
The language in which the name is represented. |
string |
false |
|
|
false |
First |
The first name or given name of the person. |
string |
false |
|
|
false |
Last |
The surname of the person. |
string |
false |
|
|
false |
Middle |
The middle name of the person. |
string |
false |
|
|
false |
Prefix |
Salutation for the person (e.g. Mr., Mrs., Ms., Dr., etc.) |
string |
false |
|
|
false |
Suffix |
A suffix related to the name (e.g. Jr., Sr., III, Esq., etc.). |
string |
false |
|
|
false |
NameType |
Assigned Type: ms-0200:NameType_Enum |
NameType_Enum |
false |
|
|
false |
Title |
Specifies degrees or honors of the person (e.g. M.D., Ph.D., etc.). |
string |
false |
|
|
false |
LastNamePrefix |
Specifies the last name prefix (e.g. \"Van der\", \"von\", \"de\", etc.). |
string |
false |
|
|
false |
primaryInd |
When true, this is the default or primary name for the person. |
boolean |
false |
|
|
false |
ExtensionPoint |
|
ExtensionPoint |
false |
|
|
true |
{
"@type" : "string",
"language" : "string",
"first" : "string",
"last" : "string",
"middle" : "string",
"prefix" : "string",
"suffix" : "string",
"nameType" : {
"value" : { },
"extension" : "string"
},
"title" : "string",
"lastNamePrefix" : "string",
"primaryInd" : "boolean",
"extensionPoint" : { }
}