Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data PhoneNumber Source #
The phone number for the contact containing the raw number and phone number type.
See: newPhoneNumber
smart constructor.
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.