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
- data UpdateAddress = UpdateAddress' {}
- newUpdateAddress :: UpdateAddress
- updateAddress_address2 :: Lens' UpdateAddress (Maybe Text)
- updateAddress_state :: Lens' UpdateAddress (Maybe Text)
- updateAddress_address4 :: Lens' UpdateAddress (Maybe Text)
- updateAddress_county :: Lens' UpdateAddress (Maybe Text)
- updateAddress_address3 :: Lens' UpdateAddress (Maybe Text)
- updateAddress_postalCode :: Lens' UpdateAddress (Maybe Text)
- updateAddress_country :: Lens' UpdateAddress (Maybe Text)
- updateAddress_city :: Lens' UpdateAddress (Maybe Text)
- updateAddress_address1 :: Lens' UpdateAddress (Maybe Text)
- updateAddress_province :: Lens' UpdateAddress (Maybe Text)
Documentation
data UpdateAddress Source #
Updates associated with the address properties of a customer profile.
See: newUpdateAddress
smart constructor.
UpdateAddress' | |
|
Instances
newUpdateAddress :: UpdateAddress Source #
Create a value of UpdateAddress
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:address2:UpdateAddress'
, updateAddress_address2
- The second line of a customer address.
$sel:state:UpdateAddress'
, updateAddress_state
- The state in which a customer lives.
$sel:address4:UpdateAddress'
, updateAddress_address4
- The fourth line of a customer address.
$sel:county:UpdateAddress'
, updateAddress_county
- The county in which a customer lives.
$sel:address3:UpdateAddress'
, updateAddress_address3
- The third line of a customer address.
$sel:postalCode:UpdateAddress'
, updateAddress_postalCode
- The postal code of a customer address.
$sel:country:UpdateAddress'
, updateAddress_country
- The country in which a customer lives.
$sel:city:UpdateAddress'
, updateAddress_city
- The city in which a customer lives.
$sel:address1:UpdateAddress'
, updateAddress_address1
- The first line of a customer address.
$sel:province:UpdateAddress'
, updateAddress_province
- The province in which a customer lives.
updateAddress_address2 :: Lens' UpdateAddress (Maybe Text) Source #
The second line of a customer address.
updateAddress_state :: Lens' UpdateAddress (Maybe Text) Source #
The state in which a customer lives.
updateAddress_address4 :: Lens' UpdateAddress (Maybe Text) Source #
The fourth line of a customer address.
updateAddress_county :: Lens' UpdateAddress (Maybe Text) Source #
The county in which a customer lives.
updateAddress_address3 :: Lens' UpdateAddress (Maybe Text) Source #
The third line of a customer address.
updateAddress_postalCode :: Lens' UpdateAddress (Maybe Text) Source #
The postal code of a customer address.
updateAddress_country :: Lens' UpdateAddress (Maybe Text) Source #
The country in which a customer lives.
updateAddress_city :: Lens' UpdateAddress (Maybe Text) Source #
The city in which a customer lives.
updateAddress_address1 :: Lens' UpdateAddress (Maybe Text) Source #
The first line of a customer address.
updateAddress_province :: Lens' UpdateAddress (Maybe Text) Source #
The province in which a customer lives.