Skip to content

Latest commit

 

History

History
88 lines (47 loc) · 2.13 KB

AppleRequestResponseFullName.md

File metadata and controls

88 lines (47 loc) · 2.13 KB

Interface: AppleRequestResponseFullName

An optional full name shared by the user.

These fields are populated with values that the user authorized.

Table of contents

Properties

Properties

familyName

familyName: null | string

Name passed from one generation to another to indicate lineage, e.g. Appleseed

Defined in

index.d.ts:311


givenName

givenName: null | string

Name bestowed upon an individual by one's parents, e.g. Johnathan

Defined in

index.d.ts:301


middleName

middleName: null | string

Secondary given name chosen to differentiate those with the same first name, e.g. Maple

Defined in

index.d.ts:306


namePrefix

namePrefix: null | string

Pre-nominal letters denoting title, salutation, or honorific, e.g. Dr., Mr.

Defined in

index.d.ts:296


nameSuffix

nameSuffix: null | string

Post-nominal letters denoting degree, accreditation, or other honor, e.g. Esq., Jr., Ph.D.

Defined in

index.d.ts:316


nickname

nickname: null | string

Name substituted for the purposes of familiarity, e.g. "Johnny"

Defined in

index.d.ts:321