| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AlexaBusiness.Types.PhoneNumber
Description
Synopsis
Documentation
data PhoneNumber Source #
The phone number for the contact containing the raw number and phone number type.
See: newPhoneNumber smart constructor.
Constructors
| PhoneNumber' | |
Instances
Create a value of PhoneNumber with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:number:PhoneNumber', phoneNumber_number - The raw value of the phone number.
$sel:type':PhoneNumber', phoneNumber_type - The type of the phone number.
phoneNumber_number :: Lens' PhoneNumber Text Source #
The raw value of the phone number.
phoneNumber_type :: Lens' PhoneNumber PhoneNumberType Source #
The type of the phone number.