TIdentityStorePhoneNumber
Class in AWS.IdentityStore
IdentityStore PhoneNumber class.
Ancestors
Properties
Primary
property Primary: TOptional<Boolean>
Type
property Type: string
Value
property Value: string
Constructors
Create
constructor Create; overload;
Constructor for TIdentityStoreEmail.
constructor Create(const AValue: string; const AType: string = ''); overload;
Constructor for TIdentityStoreEmail.
Parameters
| Name | Description |
|---|---|
AValue | Specify the user's phone number in international format. |
AType | Optionally, specify the classification of the phone number, such as,, or a custom label. |
constructor Create(const AValue, AType: string; const APrimary: Boolean); overload;
Constructor for TIdentityStoreEmail.
Parameters
| Name | Description |
|---|---|
AValue | Specify the user's phone number in international format. |
AType | Specify the classification of the phone number, such as,, or a custom label. |
APrimary | Specify whether this is the user's primary phone number. |