module Stratosphere.Wisdom.MessageTemplate.CustomerProfileAttributesProperty (
CustomerProfileAttributesProperty(..),
mkCustomerProfileAttributesProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data CustomerProfileAttributesProperty
=
CustomerProfileAttributesProperty {CustomerProfileAttributesProperty -> ()
haddock_workaround_ :: (),
CustomerProfileAttributesProperty -> Maybe (Value Text)
accountNumber :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
custom :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text))),
CustomerProfileAttributesProperty -> Maybe (Value Text)
emailAddress :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: (Prelude.Maybe (Value Prelude.Text)),
CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty -> Bool
(CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty -> Bool)
-> (CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty -> Bool)
-> Eq CustomerProfileAttributesProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty -> Bool
== :: CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty -> Bool
$c/= :: CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty -> Bool
/= :: CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty -> Bool
Prelude.Eq, Int -> CustomerProfileAttributesProperty -> ShowS
[CustomerProfileAttributesProperty] -> ShowS
CustomerProfileAttributesProperty -> String
(Int -> CustomerProfileAttributesProperty -> ShowS)
-> (CustomerProfileAttributesProperty -> String)
-> ([CustomerProfileAttributesProperty] -> ShowS)
-> Show CustomerProfileAttributesProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> CustomerProfileAttributesProperty -> ShowS
showsPrec :: Int -> CustomerProfileAttributesProperty -> ShowS
$cshow :: CustomerProfileAttributesProperty -> String
show :: CustomerProfileAttributesProperty -> String
$cshowList :: [CustomerProfileAttributesProperty] -> ShowS
showList :: [CustomerProfileAttributesProperty] -> ShowS
Prelude.Show)
mkCustomerProfileAttributesProperty ::
CustomerProfileAttributesProperty
mkCustomerProfileAttributesProperty :: CustomerProfileAttributesProperty
mkCustomerProfileAttributesProperty
= CustomerProfileAttributesProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), accountNumber :: Maybe (Value Text)
accountNumber = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
additionalInformation :: Maybe (Value Text)
additionalInformation = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
address1 :: Maybe (Value Text)
address1 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, address2 :: Maybe (Value Text)
address2 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
address3 :: Maybe (Value Text)
address3 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, address4 :: Maybe (Value Text)
address4 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
billingAddress1 :: Maybe (Value Text)
billingAddress1 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
billingAddress2 :: Maybe (Value Text)
billingAddress2 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
billingAddress3 :: Maybe (Value Text)
billingAddress3 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
billingAddress4 :: Maybe (Value Text)
billingAddress4 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, billingCity :: Maybe (Value Text)
billingCity = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
billingCountry :: Maybe (Value Text)
billingCountry = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, billingCounty :: Maybe (Value Text)
billingCounty = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
billingPostalCode :: Maybe (Value Text)
billingPostalCode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
billingProvince :: Maybe (Value Text)
billingProvince = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, billingState :: Maybe (Value Text)
billingState = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
birthDate :: Maybe (Value Text)
birthDate = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
businessEmailAddress :: Maybe (Value Text)
businessEmailAddress = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
businessName :: Maybe (Value Text)
businessName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
businessPhoneNumber :: Maybe (Value Text)
businessPhoneNumber = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, city :: Maybe (Value Text)
city = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
country :: Maybe (Value Text)
country = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, county :: Maybe (Value Text)
county = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
custom :: Maybe (Map Text (Value Text))
custom = Maybe (Map Text (Value Text))
forall a. Maybe a
Prelude.Nothing, emailAddress :: Maybe (Value Text)
emailAddress = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
firstName :: Maybe (Value Text)
firstName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, gender :: Maybe (Value Text)
gender = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
homePhoneNumber :: Maybe (Value Text)
homePhoneNumber = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, lastName :: Maybe (Value Text)
lastName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
mailingAddress1 :: Maybe (Value Text)
mailingAddress1 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
mailingAddress2 :: Maybe (Value Text)
mailingAddress2 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
mailingAddress3 :: Maybe (Value Text)
mailingAddress3 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
mailingAddress4 :: Maybe (Value Text)
mailingAddress4 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, mailingCity :: Maybe (Value Text)
mailingCity = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
mailingCountry :: Maybe (Value Text)
mailingCountry = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, mailingCounty :: Maybe (Value Text)
mailingCounty = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
mailingPostalCode :: Maybe (Value Text)
mailingPostalCode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
mailingProvince :: Maybe (Value Text)
mailingProvince = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, mailingState :: Maybe (Value Text)
mailingState = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
middleName :: Maybe (Value Text)
middleName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, mobilePhoneNumber :: Maybe (Value Text)
mobilePhoneNumber = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
partyType :: Maybe (Value Text)
partyType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, phoneNumber :: Maybe (Value Text)
phoneNumber = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
postalCode :: Maybe (Value Text)
postalCode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, profileARN :: Maybe (Value Text)
profileARN = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
profileId :: Maybe (Value Text)
profileId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, province :: Maybe (Value Text)
province = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
shippingAddress1 :: Maybe (Value Text)
shippingAddress1 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
shippingAddress2 :: Maybe (Value Text)
shippingAddress2 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
shippingAddress3 :: Maybe (Value Text)
shippingAddress3 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
shippingAddress4 :: Maybe (Value Text)
shippingAddress4 = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, shippingCity :: Maybe (Value Text)
shippingCity = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
shippingCountry :: Maybe (Value Text)
shippingCountry = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
shippingCounty :: Maybe (Value Text)
shippingCounty = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
shippingPostalCode :: Maybe (Value Text)
shippingPostalCode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
shippingProvince :: Maybe (Value Text)
shippingProvince = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
shippingState :: Maybe (Value Text)
shippingState = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, state :: Maybe (Value Text)
state = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties CustomerProfileAttributesProperty where
toResourceProperties :: CustomerProfileAttributesProperty -> ResourceProperties
toResourceProperties CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::Wisdom::MessageTemplate.CustomerProfileAttributes",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AccountNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
accountNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AdditionalInformation"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
additionalInformation,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Address1" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
address1,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Address2" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
address2,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Address3" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
address3,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Address4" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
address4,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingAddress1" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingAddress1,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingAddress2" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingAddress2,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingAddress3" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingAddress3,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingAddress4" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingAddress4,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingCity" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingCity,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingCountry" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingCountry,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingCounty" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingCounty,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingPostalCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingPostalCode,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingProvince" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingProvince,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingState" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingState,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BirthDate" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
birthDate,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BusinessEmailAddress" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
businessEmailAddress,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BusinessName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
businessName,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BusinessPhoneNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
businessPhoneNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"City" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
city,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Country" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
country,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"County" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
county,
Key -> Map Text (Value Text) -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Custom" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
custom,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EmailAddress" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
emailAddress,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FirstName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
firstName,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Gender" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
gender,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"HomePhoneNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
homePhoneNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LastName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
lastName,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingAddress1" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingAddress1,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingAddress2" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingAddress2,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingAddress3" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingAddress3,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingAddress4" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingAddress4,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingCity" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingCity,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingCountry" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingCountry,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingCounty" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingCounty,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingPostalCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingPostalCode,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingProvince" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingProvince,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingState" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingState,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MiddleName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
middleName,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MobilePhoneNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mobilePhoneNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PartyType" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
partyType,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PhoneNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
phoneNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PostalCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
postalCode,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProfileARN" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
profileARN,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProfileId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
profileId,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Province" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
province,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingAddress1" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingAddress1,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingAddress2" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingAddress2,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingAddress3" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingAddress3,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingAddress4" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingAddress4,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingCity" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingCity,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingCountry" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingCountry,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingCounty" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingCounty,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingPostalCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingPostalCode,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingProvince" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingProvince,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingState" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingState,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"State" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
state])}
instance JSON.ToJSON CustomerProfileAttributesProperty where
toJSON :: CustomerProfileAttributesProperty -> Value
toJSON CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AccountNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
accountNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AdditionalInformation"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
additionalInformation,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Address1" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
address1,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Address2" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
address2,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Address3" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
address3,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Address4" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
address4,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingAddress1" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingAddress1,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingAddress2" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingAddress2,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingAddress3" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingAddress3,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingAddress4" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingAddress4,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingCity" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingCity,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingCountry" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingCountry,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingCounty" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingCounty,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingPostalCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingPostalCode,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingProvince" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingProvince,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BillingState" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
billingState,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BirthDate" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
birthDate,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BusinessEmailAddress" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
businessEmailAddress,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BusinessName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
businessName,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BusinessPhoneNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
businessPhoneNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"City" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
city,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Country" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
country,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"County" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
county,
Key -> Map Text (Value Text) -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Custom" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
custom,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EmailAddress" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
emailAddress,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FirstName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
firstName,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Gender" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
gender,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"HomePhoneNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
homePhoneNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LastName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
lastName,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingAddress1" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingAddress1,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingAddress2" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingAddress2,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingAddress3" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingAddress3,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingAddress4" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingAddress4,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingCity" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingCity,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingCountry" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingCountry,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingCounty" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingCounty,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingPostalCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingPostalCode,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingProvince" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingProvince,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MailingState" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mailingState,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MiddleName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
middleName,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MobilePhoneNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
mobilePhoneNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PartyType" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
partyType,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PhoneNumber" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
phoneNumber,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PostalCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
postalCode,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProfileARN" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
profileARN,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProfileId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
profileId,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Province" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
province,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingAddress1" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingAddress1,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingAddress2" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingAddress2,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingAddress3" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingAddress3,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingAddress4" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingAddress4,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingCity" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingCity,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingCountry" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingCountry,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingCounty" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingCounty,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingPostalCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingPostalCode,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingProvince" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingProvince,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ShippingState" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shippingState,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"State" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
state]))
instance Property "AccountNumber" CustomerProfileAttributesProperty where
type PropertyType "AccountNumber" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "AccountNumber" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "AccountNumber" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{accountNumber :: Maybe (Value Text)
accountNumber = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AccountNumber" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "AdditionalInformation" CustomerProfileAttributesProperty where
type PropertyType "AdditionalInformation" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType
"AdditionalInformation" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType
"AdditionalInformation" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{additionalInformation :: Maybe (Value Text)
additionalInformation = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"AdditionalInformation" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "Address1" CustomerProfileAttributesProperty where
type PropertyType "Address1" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "Address1" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "Address1" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{address1 :: Maybe (Value Text)
address1 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Address1" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "Address2" CustomerProfileAttributesProperty where
type PropertyType "Address2" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "Address2" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "Address2" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{address2 :: Maybe (Value Text)
address2 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Address2" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "Address3" CustomerProfileAttributesProperty where
type PropertyType "Address3" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "Address3" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "Address3" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{address3 :: Maybe (Value Text)
address3 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Address3" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "Address4" CustomerProfileAttributesProperty where
type PropertyType "Address4" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "Address4" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "Address4" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{address4 :: Maybe (Value Text)
address4 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Address4" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BillingAddress1" CustomerProfileAttributesProperty where
type PropertyType "BillingAddress1" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BillingAddress1" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BillingAddress1" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{billingAddress1 :: Maybe (Value Text)
billingAddress1 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BillingAddress1" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BillingAddress2" CustomerProfileAttributesProperty where
type PropertyType "BillingAddress2" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BillingAddress2" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BillingAddress2" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{billingAddress2 :: Maybe (Value Text)
billingAddress2 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BillingAddress2" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BillingAddress3" CustomerProfileAttributesProperty where
type PropertyType "BillingAddress3" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BillingAddress3" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BillingAddress3" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{billingAddress3 :: Maybe (Value Text)
billingAddress3 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BillingAddress3" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BillingAddress4" CustomerProfileAttributesProperty where
type PropertyType "BillingAddress4" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BillingAddress4" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BillingAddress4" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{billingAddress4 :: Maybe (Value Text)
billingAddress4 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BillingAddress4" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BillingCity" CustomerProfileAttributesProperty where
type PropertyType "BillingCity" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BillingCity" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BillingCity" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{billingCity :: Maybe (Value Text)
billingCity = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BillingCity" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BillingCountry" CustomerProfileAttributesProperty where
type PropertyType "BillingCountry" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BillingCountry" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BillingCountry" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{billingCountry :: Maybe (Value Text)
billingCountry = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BillingCountry" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BillingCounty" CustomerProfileAttributesProperty where
type PropertyType "BillingCounty" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BillingCounty" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BillingCounty" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{billingCounty :: Maybe (Value Text)
billingCounty = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BillingCounty" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BillingPostalCode" CustomerProfileAttributesProperty where
type PropertyType "BillingPostalCode" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BillingPostalCode" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BillingPostalCode" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{billingPostalCode :: Maybe (Value Text)
billingPostalCode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BillingPostalCode" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BillingProvince" CustomerProfileAttributesProperty where
type PropertyType "BillingProvince" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BillingProvince" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BillingProvince" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{billingProvince :: Maybe (Value Text)
billingProvince = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BillingProvince" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BillingState" CustomerProfileAttributesProperty where
type PropertyType "BillingState" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BillingState" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BillingState" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{billingState :: Maybe (Value Text)
billingState = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BillingState" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BirthDate" CustomerProfileAttributesProperty where
type PropertyType "BirthDate" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BirthDate" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BirthDate" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{birthDate :: Maybe (Value Text)
birthDate = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BirthDate" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BusinessEmailAddress" CustomerProfileAttributesProperty where
type PropertyType "BusinessEmailAddress" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType
"BusinessEmailAddress" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType
"BusinessEmailAddress" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{businessEmailAddress :: Maybe (Value Text)
businessEmailAddress = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"BusinessEmailAddress" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BusinessName" CustomerProfileAttributesProperty where
type PropertyType "BusinessName" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "BusinessName" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "BusinessName" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{businessName :: Maybe (Value Text)
businessName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BusinessName" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "BusinessPhoneNumber" CustomerProfileAttributesProperty where
type PropertyType "BusinessPhoneNumber" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType
"BusinessPhoneNumber" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType
"BusinessPhoneNumber" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{businessPhoneNumber :: Maybe (Value Text)
businessPhoneNumber = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"BusinessPhoneNumber" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "City" CustomerProfileAttributesProperty where
type PropertyType "City" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "City" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "City" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{city :: Maybe (Value Text)
city = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "City" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "Country" CustomerProfileAttributesProperty where
type PropertyType "Country" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "Country" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "Country" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{country :: Maybe (Value Text)
country = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Country" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "County" CustomerProfileAttributesProperty where
type PropertyType "County" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "County" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "County" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{county :: Maybe (Value Text)
county = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "County" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "Custom" CustomerProfileAttributesProperty where
type PropertyType "Custom" CustomerProfileAttributesProperty = Prelude.Map Prelude.Text (Value Prelude.Text)
set :: PropertyType "Custom" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "Custom" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{custom :: Maybe (Map Text (Value Text))
custom = Map Text (Value Text) -> Maybe (Map Text (Value Text))
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text (Value Text)
PropertyType "Custom" CustomerProfileAttributesProperty
newValue, Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "EmailAddress" CustomerProfileAttributesProperty where
type PropertyType "EmailAddress" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "EmailAddress" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "EmailAddress" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{emailAddress :: Maybe (Value Text)
emailAddress = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EmailAddress" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "FirstName" CustomerProfileAttributesProperty where
type PropertyType "FirstName" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "FirstName" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "FirstName" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{firstName :: Maybe (Value Text)
firstName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FirstName" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "Gender" CustomerProfileAttributesProperty where
type PropertyType "Gender" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "Gender" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "Gender" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{gender :: Maybe (Value Text)
gender = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Gender" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "HomePhoneNumber" CustomerProfileAttributesProperty where
type PropertyType "HomePhoneNumber" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "HomePhoneNumber" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "HomePhoneNumber" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{homePhoneNumber :: Maybe (Value Text)
homePhoneNumber = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "HomePhoneNumber" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "LastName" CustomerProfileAttributesProperty where
type PropertyType "LastName" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "LastName" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "LastName" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{lastName :: Maybe (Value Text)
lastName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LastName" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MailingAddress1" CustomerProfileAttributesProperty where
type PropertyType "MailingAddress1" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MailingAddress1" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MailingAddress1" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{mailingAddress1 :: Maybe (Value Text)
mailingAddress1 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MailingAddress1" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MailingAddress2" CustomerProfileAttributesProperty where
type PropertyType "MailingAddress2" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MailingAddress2" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MailingAddress2" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{mailingAddress2 :: Maybe (Value Text)
mailingAddress2 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MailingAddress2" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MailingAddress3" CustomerProfileAttributesProperty where
type PropertyType "MailingAddress3" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MailingAddress3" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MailingAddress3" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{mailingAddress3 :: Maybe (Value Text)
mailingAddress3 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MailingAddress3" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MailingAddress4" CustomerProfileAttributesProperty where
type PropertyType "MailingAddress4" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MailingAddress4" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MailingAddress4" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{mailingAddress4 :: Maybe (Value Text)
mailingAddress4 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MailingAddress4" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MailingCity" CustomerProfileAttributesProperty where
type PropertyType "MailingCity" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MailingCity" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MailingCity" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{mailingCity :: Maybe (Value Text)
mailingCity = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MailingCity" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MailingCountry" CustomerProfileAttributesProperty where
type PropertyType "MailingCountry" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MailingCountry" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MailingCountry" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{mailingCountry :: Maybe (Value Text)
mailingCountry = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MailingCountry" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MailingCounty" CustomerProfileAttributesProperty where
type PropertyType "MailingCounty" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MailingCounty" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MailingCounty" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{mailingCounty :: Maybe (Value Text)
mailingCounty = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MailingCounty" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MailingPostalCode" CustomerProfileAttributesProperty where
type PropertyType "MailingPostalCode" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MailingPostalCode" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MailingPostalCode" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{mailingPostalCode :: Maybe (Value Text)
mailingPostalCode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MailingPostalCode" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MailingProvince" CustomerProfileAttributesProperty where
type PropertyType "MailingProvince" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MailingProvince" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MailingProvince" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{mailingProvince :: Maybe (Value Text)
mailingProvince = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MailingProvince" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MailingState" CustomerProfileAttributesProperty where
type PropertyType "MailingState" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MailingState" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MailingState" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{mailingState :: Maybe (Value Text)
mailingState = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MailingState" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MiddleName" CustomerProfileAttributesProperty where
type PropertyType "MiddleName" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MiddleName" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MiddleName" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{middleName :: Maybe (Value Text)
middleName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MiddleName" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "MobilePhoneNumber" CustomerProfileAttributesProperty where
type PropertyType "MobilePhoneNumber" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "MobilePhoneNumber" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "MobilePhoneNumber" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{mobilePhoneNumber :: Maybe (Value Text)
mobilePhoneNumber = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MobilePhoneNumber" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "PartyType" CustomerProfileAttributesProperty where
type PropertyType "PartyType" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "PartyType" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "PartyType" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{partyType :: Maybe (Value Text)
partyType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PartyType" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "PhoneNumber" CustomerProfileAttributesProperty where
type PropertyType "PhoneNumber" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "PhoneNumber" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "PhoneNumber" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{phoneNumber :: Maybe (Value Text)
phoneNumber = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PhoneNumber" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "PostalCode" CustomerProfileAttributesProperty where
type PropertyType "PostalCode" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "PostalCode" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "PostalCode" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{postalCode :: Maybe (Value Text)
postalCode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PostalCode" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ProfileARN" CustomerProfileAttributesProperty where
type PropertyType "ProfileARN" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ProfileARN" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ProfileARN" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{profileARN :: Maybe (Value Text)
profileARN = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ProfileARN" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ProfileId" CustomerProfileAttributesProperty where
type PropertyType "ProfileId" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ProfileId" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ProfileId" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{profileId :: Maybe (Value Text)
profileId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ProfileId" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "Province" CustomerProfileAttributesProperty where
type PropertyType "Province" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "Province" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "Province" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{province :: Maybe (Value Text)
province = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Province" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ShippingAddress1" CustomerProfileAttributesProperty where
type PropertyType "ShippingAddress1" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ShippingAddress1" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ShippingAddress1" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{shippingAddress1 :: Maybe (Value Text)
shippingAddress1 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ShippingAddress1" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ShippingAddress2" CustomerProfileAttributesProperty where
type PropertyType "ShippingAddress2" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ShippingAddress2" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ShippingAddress2" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{shippingAddress2 :: Maybe (Value Text)
shippingAddress2 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ShippingAddress2" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ShippingAddress3" CustomerProfileAttributesProperty where
type PropertyType "ShippingAddress3" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ShippingAddress3" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ShippingAddress3" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{shippingAddress3 :: Maybe (Value Text)
shippingAddress3 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ShippingAddress3" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ShippingAddress4" CustomerProfileAttributesProperty where
type PropertyType "ShippingAddress4" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ShippingAddress4" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ShippingAddress4" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{shippingAddress4 :: Maybe (Value Text)
shippingAddress4 = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ShippingAddress4" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ShippingCity" CustomerProfileAttributesProperty where
type PropertyType "ShippingCity" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ShippingCity" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ShippingCity" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{shippingCity :: Maybe (Value Text)
shippingCity = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ShippingCity" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ShippingCountry" CustomerProfileAttributesProperty where
type PropertyType "ShippingCountry" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ShippingCountry" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ShippingCountry" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{shippingCountry :: Maybe (Value Text)
shippingCountry = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ShippingCountry" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ShippingCounty" CustomerProfileAttributesProperty where
type PropertyType "ShippingCounty" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ShippingCounty" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ShippingCounty" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{shippingCounty :: Maybe (Value Text)
shippingCounty = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ShippingCounty" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ShippingPostalCode" CustomerProfileAttributesProperty where
type PropertyType "ShippingPostalCode" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ShippingPostalCode" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ShippingPostalCode" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{shippingPostalCode :: Maybe (Value Text)
shippingPostalCode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ShippingPostalCode" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ShippingProvince" CustomerProfileAttributesProperty where
type PropertyType "ShippingProvince" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ShippingProvince" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ShippingProvince" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{shippingProvince :: Maybe (Value Text)
shippingProvince = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ShippingProvince" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "ShippingState" CustomerProfileAttributesProperty where
type PropertyType "ShippingState" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "ShippingState" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "ShippingState" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{shippingState :: Maybe (Value Text)
shippingState = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ShippingState" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
state :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
instance Property "State" CustomerProfileAttributesProperty where
type PropertyType "State" CustomerProfileAttributesProperty = Value Prelude.Text
set :: PropertyType "State" CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
-> CustomerProfileAttributesProperty
set PropertyType "State" CustomerProfileAttributesProperty
newValue CustomerProfileAttributesProperty {Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: CustomerProfileAttributesProperty -> ()
accountNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
additionalInformation :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
address4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
billingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
birthDate :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessEmailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
businessPhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
city :: CustomerProfileAttributesProperty -> Maybe (Value Text)
country :: CustomerProfileAttributesProperty -> Maybe (Value Text)
county :: CustomerProfileAttributesProperty -> Maybe (Value Text)
custom :: CustomerProfileAttributesProperty -> Maybe (Map Text (Value Text))
emailAddress :: CustomerProfileAttributesProperty -> Maybe (Value Text)
firstName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
gender :: CustomerProfileAttributesProperty -> Maybe (Value Text)
homePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
lastName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mailingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
middleName :: CustomerProfileAttributesProperty -> Maybe (Value Text)
mobilePhoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
partyType :: CustomerProfileAttributesProperty -> Maybe (Value Text)
phoneNumber :: CustomerProfileAttributesProperty -> Maybe (Value Text)
postalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileARN :: CustomerProfileAttributesProperty -> Maybe (Value Text)
profileId :: CustomerProfileAttributesProperty -> Maybe (Value Text)
province :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress1 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress2 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress3 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingAddress4 :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCity :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCountry :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingCounty :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingPostalCode :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingProvince :: CustomerProfileAttributesProperty -> Maybe (Value Text)
shippingState :: CustomerProfileAttributesProperty -> Maybe (Value Text)
state :: CustomerProfileAttributesProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
state :: Maybe (Value Text)
..}
= CustomerProfileAttributesProperty
{state :: Maybe (Value Text)
state = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "State" CustomerProfileAttributesProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
()
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
haddock_workaround_ :: ()
accountNumber :: Maybe (Value Text)
additionalInformation :: Maybe (Value Text)
address1 :: Maybe (Value Text)
address2 :: Maybe (Value Text)
address3 :: Maybe (Value Text)
address4 :: Maybe (Value Text)
billingAddress1 :: Maybe (Value Text)
billingAddress2 :: Maybe (Value Text)
billingAddress3 :: Maybe (Value Text)
billingAddress4 :: Maybe (Value Text)
billingCity :: Maybe (Value Text)
billingCountry :: Maybe (Value Text)
billingCounty :: Maybe (Value Text)
billingPostalCode :: Maybe (Value Text)
billingProvince :: Maybe (Value Text)
billingState :: Maybe (Value Text)
birthDate :: Maybe (Value Text)
businessEmailAddress :: Maybe (Value Text)
businessName :: Maybe (Value Text)
businessPhoneNumber :: Maybe (Value Text)
city :: Maybe (Value Text)
country :: Maybe (Value Text)
county :: Maybe (Value Text)
custom :: Maybe (Map Text (Value Text))
emailAddress :: Maybe (Value Text)
firstName :: Maybe (Value Text)
gender :: Maybe (Value Text)
homePhoneNumber :: Maybe (Value Text)
lastName :: Maybe (Value Text)
mailingAddress1 :: Maybe (Value Text)
mailingAddress2 :: Maybe (Value Text)
mailingAddress3 :: Maybe (Value Text)
mailingAddress4 :: Maybe (Value Text)
mailingCity :: Maybe (Value Text)
mailingCountry :: Maybe (Value Text)
mailingCounty :: Maybe (Value Text)
mailingPostalCode :: Maybe (Value Text)
mailingProvince :: Maybe (Value Text)
mailingState :: Maybe (Value Text)
middleName :: Maybe (Value Text)
mobilePhoneNumber :: Maybe (Value Text)
partyType :: Maybe (Value Text)
phoneNumber :: Maybe (Value Text)
postalCode :: Maybe (Value Text)
profileARN :: Maybe (Value Text)
profileId :: Maybe (Value Text)
province :: Maybe (Value Text)
shippingAddress1 :: Maybe (Value Text)
shippingAddress2 :: Maybe (Value Text)
shippingAddress3 :: Maybe (Value Text)
shippingAddress4 :: Maybe (Value Text)
shippingCity :: Maybe (Value Text)
shippingCountry :: Maybe (Value Text)
shippingCounty :: Maybe (Value Text)
shippingPostalCode :: Maybe (Value Text)
shippingProvince :: Maybe (Value Text)
shippingState :: Maybe (Value Text)
..}