{-# LANGUAGE MultiWayIf #-}
-- CHANGE WITH CAUTION: This is a generated code file generated by https://github.com/Haskell-OpenAPI-Code-Generator/Haskell-OpenAPI-Client-Code-Generator.
{-# LANGUAGE OverloadedStrings #-}

-- | Contains the types generated from the schema PaymentPagesPaymentPageResourcesShippingAddressCollection
module StripeAPI.Types.PaymentPagesPaymentPageResourcesShippingAddressCollection where

import qualified Control.Monad.Fail
import qualified Data.Aeson
import qualified Data.Aeson as Data.Aeson.Encoding.Internal
import qualified Data.Aeson as Data.Aeson.Types
import qualified Data.Aeson as Data.Aeson.Types.FromJSON
import qualified Data.Aeson as Data.Aeson.Types.Internal
import qualified Data.Aeson as Data.Aeson.Types.ToJSON
import qualified Data.ByteString.Char8
import qualified Data.ByteString.Char8 as Data.ByteString.Internal
import qualified Data.Functor
import qualified Data.Scientific
import qualified Data.Text
import qualified Data.Text.Internal
import qualified Data.Time.Calendar as Data.Time.Calendar.Days
import qualified Data.Time.LocalTime as Data.Time.LocalTime.Internal.ZonedTime
import qualified GHC.Base
import qualified GHC.Classes
import qualified GHC.Int
import qualified GHC.Show
import qualified GHC.Types
import qualified StripeAPI.Common
import StripeAPI.TypeAlias
import qualified Prelude as GHC.Integer.Type
import qualified Prelude as GHC.Maybe

-- | Defines the object schema located at @components.schemas.payment_pages_payment_page_resources_shipping_address_collection@ in the specification.
data PaymentPagesPaymentPageResourcesShippingAddressCollection = PaymentPagesPaymentPageResourcesShippingAddressCollection
  { -- | allowed_countries: An array of two-letter ISO country codes representing which countries Checkout should provide as options for
    -- shipping locations. Unsupported country codes: \`AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SD, SY, UM, VI\`.
    PaymentPagesPaymentPageResourcesShippingAddressCollection
-> [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
paymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries :: ([PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'])
  }
  deriving
    ( Int
-> PaymentPagesPaymentPageResourcesShippingAddressCollection
-> ShowS
[PaymentPagesPaymentPageResourcesShippingAddressCollection]
-> ShowS
PaymentPagesPaymentPageResourcesShippingAddressCollection -> String
(Int
 -> PaymentPagesPaymentPageResourcesShippingAddressCollection
 -> ShowS)
-> (PaymentPagesPaymentPageResourcesShippingAddressCollection
    -> String)
-> ([PaymentPagesPaymentPageResourcesShippingAddressCollection]
    -> ShowS)
-> Show PaymentPagesPaymentPageResourcesShippingAddressCollection
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [PaymentPagesPaymentPageResourcesShippingAddressCollection]
-> ShowS
$cshowList :: [PaymentPagesPaymentPageResourcesShippingAddressCollection]
-> ShowS
show :: PaymentPagesPaymentPageResourcesShippingAddressCollection -> String
$cshow :: PaymentPagesPaymentPageResourcesShippingAddressCollection -> String
showsPrec :: Int
-> PaymentPagesPaymentPageResourcesShippingAddressCollection
-> ShowS
$cshowsPrec :: Int
-> PaymentPagesPaymentPageResourcesShippingAddressCollection
-> ShowS
GHC.Show.Show,
      PaymentPagesPaymentPageResourcesShippingAddressCollection
-> PaymentPagesPaymentPageResourcesShippingAddressCollection
-> Bool
(PaymentPagesPaymentPageResourcesShippingAddressCollection
 -> PaymentPagesPaymentPageResourcesShippingAddressCollection
 -> Bool)
-> (PaymentPagesPaymentPageResourcesShippingAddressCollection
    -> PaymentPagesPaymentPageResourcesShippingAddressCollection
    -> Bool)
-> Eq PaymentPagesPaymentPageResourcesShippingAddressCollection
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: PaymentPagesPaymentPageResourcesShippingAddressCollection
-> PaymentPagesPaymentPageResourcesShippingAddressCollection
-> Bool
$c/= :: PaymentPagesPaymentPageResourcesShippingAddressCollection
-> PaymentPagesPaymentPageResourcesShippingAddressCollection
-> Bool
== :: PaymentPagesPaymentPageResourcesShippingAddressCollection
-> PaymentPagesPaymentPageResourcesShippingAddressCollection
-> Bool
$c== :: PaymentPagesPaymentPageResourcesShippingAddressCollection
-> PaymentPagesPaymentPageResourcesShippingAddressCollection
-> Bool
GHC.Classes.Eq
    )

instance Data.Aeson.Types.ToJSON.ToJSON PaymentPagesPaymentPageResourcesShippingAddressCollection where
  toJSON :: PaymentPagesPaymentPageResourcesShippingAddressCollection -> Value
toJSON PaymentPagesPaymentPageResourcesShippingAddressCollection
obj = [Pair] -> Value
Data.Aeson.Types.Internal.object (Text
"allowed_countries" Text
-> [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
-> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PaymentPagesPaymentPageResourcesShippingAddressCollection
-> [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
paymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries PaymentPagesPaymentPageResourcesShippingAddressCollection
obj Pair -> [Pair] -> [Pair]
forall a. a -> [a] -> [a]
: [Pair]
forall a. Monoid a => a
GHC.Base.mempty)
  toEncoding :: PaymentPagesPaymentPageResourcesShippingAddressCollection
-> Encoding
toEncoding PaymentPagesPaymentPageResourcesShippingAddressCollection
obj = Series -> Encoding
Data.Aeson.Encoding.Internal.pairs (Text
"allowed_countries" Text
-> [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
-> Series
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PaymentPagesPaymentPageResourcesShippingAddressCollection
-> [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
paymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries PaymentPagesPaymentPageResourcesShippingAddressCollection
obj)

instance Data.Aeson.Types.FromJSON.FromJSON PaymentPagesPaymentPageResourcesShippingAddressCollection where
  parseJSON :: Value
-> Parser PaymentPagesPaymentPageResourcesShippingAddressCollection
parseJSON = String
-> (Object
    -> Parser
         PaymentPagesPaymentPageResourcesShippingAddressCollection)
-> Value
-> Parser PaymentPagesPaymentPageResourcesShippingAddressCollection
forall a. String -> (Object -> Parser a) -> Value -> Parser a
Data.Aeson.Types.FromJSON.withObject String
"PaymentPagesPaymentPageResourcesShippingAddressCollection" (\Object
obj -> ([PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
 -> PaymentPagesPaymentPageResourcesShippingAddressCollection)
-> Parser
     ([PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
      -> PaymentPagesPaymentPageResourcesShippingAddressCollection)
forall (f :: * -> *) a. Applicative f => a -> f a
GHC.Base.pure [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
-> PaymentPagesPaymentPageResourcesShippingAddressCollection
PaymentPagesPaymentPageResourcesShippingAddressCollection Parser
  ([PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
   -> PaymentPagesPaymentPageResourcesShippingAddressCollection)
-> Parser
     [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
-> Parser PaymentPagesPaymentPageResourcesShippingAddressCollection
forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
GHC.Base.<*> (Object
obj Object
-> Text
-> Parser
     [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
forall a. FromJSON a => Object -> Text -> Parser a
Data.Aeson.Types.FromJSON..: Text
"allowed_countries"))

-- | Create a new 'PaymentPagesPaymentPageResourcesShippingAddressCollection' with all required fields.
mkPaymentPagesPaymentPageResourcesShippingAddressCollection ::
  -- | 'paymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
  [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'] ->
  PaymentPagesPaymentPageResourcesShippingAddressCollection
mkPaymentPagesPaymentPageResourcesShippingAddressCollection :: [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
-> PaymentPagesPaymentPageResourcesShippingAddressCollection
mkPaymentPagesPaymentPageResourcesShippingAddressCollection [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
paymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries = PaymentPagesPaymentPageResourcesShippingAddressCollection :: [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
-> PaymentPagesPaymentPageResourcesShippingAddressCollection
PaymentPagesPaymentPageResourcesShippingAddressCollection {paymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries :: [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
paymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries = [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
paymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries}

-- | Defines the enum schema located at @components.schemas.payment_pages_payment_page_resources_shipping_address_collection.properties.allowed_countries.items@ in the specification.
data PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
  = -- | This case is used if the value encountered during decoding does not match any of the provided cases in the specification.
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'Other Data.Aeson.Types.Internal.Value
  | -- | This constructor can be used to send values to the server which are not present in the specification yet.
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'Typed Data.Text.Internal.Text
  | -- | Represents the JSON value @"AC"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAC
  | -- | Represents the JSON value @"AD"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAD
  | -- | Represents the JSON value @"AE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAE
  | -- | Represents the JSON value @"AF"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAF
  | -- | Represents the JSON value @"AG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAG
  | -- | Represents the JSON value @"AI"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAI
  | -- | Represents the JSON value @"AL"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAL
  | -- | Represents the JSON value @"AM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAM
  | -- | Represents the JSON value @"AO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAO
  | -- | Represents the JSON value @"AQ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAQ
  | -- | Represents the JSON value @"AR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAR
  | -- | Represents the JSON value @"AT"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAT
  | -- | Represents the JSON value @"AU"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAU
  | -- | Represents the JSON value @"AW"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAW
  | -- | Represents the JSON value @"AX"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAX
  | -- | Represents the JSON value @"AZ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAZ
  | -- | Represents the JSON value @"BA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBA
  | -- | Represents the JSON value @"BB"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBB
  | -- | Represents the JSON value @"BD"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBD
  | -- | Represents the JSON value @"BE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBE
  | -- | Represents the JSON value @"BF"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBF
  | -- | Represents the JSON value @"BG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBG
  | -- | Represents the JSON value @"BH"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBH
  | -- | Represents the JSON value @"BI"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBI
  | -- | Represents the JSON value @"BJ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBJ
  | -- | Represents the JSON value @"BL"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBL
  | -- | Represents the JSON value @"BM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBM
  | -- | Represents the JSON value @"BN"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBN
  | -- | Represents the JSON value @"BO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBO
  | -- | Represents the JSON value @"BQ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBQ
  | -- | Represents the JSON value @"BR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBR
  | -- | Represents the JSON value @"BS"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBS
  | -- | Represents the JSON value @"BT"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBT
  | -- | Represents the JSON value @"BV"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBV
  | -- | Represents the JSON value @"BW"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBW
  | -- | Represents the JSON value @"BY"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBY
  | -- | Represents the JSON value @"BZ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBZ
  | -- | Represents the JSON value @"CA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCA
  | -- | Represents the JSON value @"CD"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCD
  | -- | Represents the JSON value @"CF"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCF
  | -- | Represents the JSON value @"CG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCG
  | -- | Represents the JSON value @"CH"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCH
  | -- | Represents the JSON value @"CI"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCI
  | -- | Represents the JSON value @"CK"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCK
  | -- | Represents the JSON value @"CL"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCL
  | -- | Represents the JSON value @"CM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCM
  | -- | Represents the JSON value @"CN"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCN
  | -- | Represents the JSON value @"CO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCO
  | -- | Represents the JSON value @"CR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCR
  | -- | Represents the JSON value @"CV"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCV
  | -- | Represents the JSON value @"CW"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCW
  | -- | Represents the JSON value @"CY"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCY
  | -- | Represents the JSON value @"CZ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCZ
  | -- | Represents the JSON value @"DE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDE
  | -- | Represents the JSON value @"DJ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDJ
  | -- | Represents the JSON value @"DK"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDK
  | -- | Represents the JSON value @"DM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDM
  | -- | Represents the JSON value @"DO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDO
  | -- | Represents the JSON value @"DZ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDZ
  | -- | Represents the JSON value @"EC"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEC
  | -- | Represents the JSON value @"EE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEE
  | -- | Represents the JSON value @"EG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEG
  | -- | Represents the JSON value @"EH"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEH
  | -- | Represents the JSON value @"ER"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumER
  | -- | Represents the JSON value @"ES"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumES
  | -- | Represents the JSON value @"ET"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumET
  | -- | Represents the JSON value @"FI"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFI
  | -- | Represents the JSON value @"FJ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFJ
  | -- | Represents the JSON value @"FK"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFK
  | -- | Represents the JSON value @"FO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFO
  | -- | Represents the JSON value @"FR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFR
  | -- | Represents the JSON value @"GA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGA
  | -- | Represents the JSON value @"GB"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGB
  | -- | Represents the JSON value @"GD"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGD
  | -- | Represents the JSON value @"GE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGE
  | -- | Represents the JSON value @"GF"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGF
  | -- | Represents the JSON value @"GG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGG
  | -- | Represents the JSON value @"GH"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGH
  | -- | Represents the JSON value @"GI"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGI
  | -- | Represents the JSON value @"GL"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGL
  | -- | Represents the JSON value @"GM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGM
  | -- | Represents the JSON value @"GN"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGN
  | -- | Represents the JSON value @"GP"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGP
  | -- | Represents the JSON value @"GQ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGQ
  | -- | Represents the JSON value @"GR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGR
  | -- | Represents the JSON value @"GS"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGS
  | -- | Represents the JSON value @"GT"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGT
  | -- | Represents the JSON value @"GU"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGU
  | -- | Represents the JSON value @"GW"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGW
  | -- | Represents the JSON value @"GY"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGY
  | -- | Represents the JSON value @"HK"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHK
  | -- | Represents the JSON value @"HN"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHN
  | -- | Represents the JSON value @"HR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHR
  | -- | Represents the JSON value @"HT"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHT
  | -- | Represents the JSON value @"HU"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHU
  | -- | Represents the JSON value @"ID"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumID
  | -- | Represents the JSON value @"IE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIE
  | -- | Represents the JSON value @"IL"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIL
  | -- | Represents the JSON value @"IM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIM
  | -- | Represents the JSON value @"IN"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIN
  | -- | Represents the JSON value @"IO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIO
  | -- | Represents the JSON value @"IQ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIQ
  | -- | Represents the JSON value @"IS"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIS
  | -- | Represents the JSON value @"IT"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIT
  | -- | Represents the JSON value @"JE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJE
  | -- | Represents the JSON value @"JM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJM
  | -- | Represents the JSON value @"JO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJO
  | -- | Represents the JSON value @"JP"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJP
  | -- | Represents the JSON value @"KE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKE
  | -- | Represents the JSON value @"KG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKG
  | -- | Represents the JSON value @"KH"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKH
  | -- | Represents the JSON value @"KI"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKI
  | -- | Represents the JSON value @"KM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKM
  | -- | Represents the JSON value @"KN"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKN
  | -- | Represents the JSON value @"KR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKR
  | -- | Represents the JSON value @"KW"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKW
  | -- | Represents the JSON value @"KY"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKY
  | -- | Represents the JSON value @"KZ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKZ
  | -- | Represents the JSON value @"LA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLA
  | -- | Represents the JSON value @"LB"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLB
  | -- | Represents the JSON value @"LC"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLC
  | -- | Represents the JSON value @"LI"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLI
  | -- | Represents the JSON value @"LK"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLK
  | -- | Represents the JSON value @"LR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLR
  | -- | Represents the JSON value @"LS"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLS
  | -- | Represents the JSON value @"LT"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLT
  | -- | Represents the JSON value @"LU"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLU
  | -- | Represents the JSON value @"LV"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLV
  | -- | Represents the JSON value @"LY"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLY
  | -- | Represents the JSON value @"MA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMA
  | -- | Represents the JSON value @"MC"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMC
  | -- | Represents the JSON value @"MD"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMD
  | -- | Represents the JSON value @"ME"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumME
  | -- | Represents the JSON value @"MF"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMF
  | -- | Represents the JSON value @"MG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMG
  | -- | Represents the JSON value @"MK"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMK
  | -- | Represents the JSON value @"ML"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumML
  | -- | Represents the JSON value @"MM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMM
  | -- | Represents the JSON value @"MN"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMN
  | -- | Represents the JSON value @"MO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMO
  | -- | Represents the JSON value @"MQ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMQ
  | -- | Represents the JSON value @"MR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMR
  | -- | Represents the JSON value @"MS"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMS
  | -- | Represents the JSON value @"MT"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMT
  | -- | Represents the JSON value @"MU"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMU
  | -- | Represents the JSON value @"MV"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMV
  | -- | Represents the JSON value @"MW"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMW
  | -- | Represents the JSON value @"MX"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMX
  | -- | Represents the JSON value @"MY"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMY
  | -- | Represents the JSON value @"MZ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMZ
  | -- | Represents the JSON value @"NA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNA
  | -- | Represents the JSON value @"NC"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNC
  | -- | Represents the JSON value @"NE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNE
  | -- | Represents the JSON value @"NG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNG
  | -- | Represents the JSON value @"NI"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNI
  | -- | Represents the JSON value @"NL"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNL
  | -- | Represents the JSON value @"NO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNO
  | -- | Represents the JSON value @"NP"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNP
  | -- | Represents the JSON value @"NR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNR
  | -- | Represents the JSON value @"NU"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNU
  | -- | Represents the JSON value @"NZ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNZ
  | -- | Represents the JSON value @"OM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumOM
  | -- | Represents the JSON value @"PA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPA
  | -- | Represents the JSON value @"PE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPE
  | -- | Represents the JSON value @"PF"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPF
  | -- | Represents the JSON value @"PG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPG
  | -- | Represents the JSON value @"PH"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPH
  | -- | Represents the JSON value @"PK"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPK
  | -- | Represents the JSON value @"PL"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPL
  | -- | Represents the JSON value @"PM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPM
  | -- | Represents the JSON value @"PN"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPN
  | -- | Represents the JSON value @"PR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPR
  | -- | Represents the JSON value @"PS"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPS
  | -- | Represents the JSON value @"PT"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPT
  | -- | Represents the JSON value @"PY"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPY
  | -- | Represents the JSON value @"QA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumQA
  | -- | Represents the JSON value @"RE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRE
  | -- | Represents the JSON value @"RO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRO
  | -- | Represents the JSON value @"RS"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRS
  | -- | Represents the JSON value @"RU"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRU
  | -- | Represents the JSON value @"RW"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRW
  | -- | Represents the JSON value @"SA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSA
  | -- | Represents the JSON value @"SB"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSB
  | -- | Represents the JSON value @"SC"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSC
  | -- | Represents the JSON value @"SE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSE
  | -- | Represents the JSON value @"SG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSG
  | -- | Represents the JSON value @"SH"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSH
  | -- | Represents the JSON value @"SI"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSI
  | -- | Represents the JSON value @"SJ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSJ
  | -- | Represents the JSON value @"SK"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSK
  | -- | Represents the JSON value @"SL"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSL
  | -- | Represents the JSON value @"SM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSM
  | -- | Represents the JSON value @"SN"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSN
  | -- | Represents the JSON value @"SO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSO
  | -- | Represents the JSON value @"SR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSR
  | -- | Represents the JSON value @"SS"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSS
  | -- | Represents the JSON value @"ST"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumST
  | -- | Represents the JSON value @"SV"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSV
  | -- | Represents the JSON value @"SX"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSX
  | -- | Represents the JSON value @"SZ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSZ
  | -- | Represents the JSON value @"TA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTA
  | -- | Represents the JSON value @"TC"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTC
  | -- | Represents the JSON value @"TD"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTD
  | -- | Represents the JSON value @"TF"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTF
  | -- | Represents the JSON value @"TG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTG
  | -- | Represents the JSON value @"TH"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTH
  | -- | Represents the JSON value @"TJ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTJ
  | -- | Represents the JSON value @"TK"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTK
  | -- | Represents the JSON value @"TL"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTL
  | -- | Represents the JSON value @"TM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTM
  | -- | Represents the JSON value @"TN"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTN
  | -- | Represents the JSON value @"TO"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTO
  | -- | Represents the JSON value @"TR"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTR
  | -- | Represents the JSON value @"TT"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTT
  | -- | Represents the JSON value @"TV"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTV
  | -- | Represents the JSON value @"TW"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTW
  | -- | Represents the JSON value @"TZ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTZ
  | -- | Represents the JSON value @"UA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUA
  | -- | Represents the JSON value @"UG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUG
  | -- | Represents the JSON value @"US"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUS
  | -- | Represents the JSON value @"UY"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUY
  | -- | Represents the JSON value @"UZ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUZ
  | -- | Represents the JSON value @"VA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVA
  | -- | Represents the JSON value @"VC"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVC
  | -- | Represents the JSON value @"VE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVE
  | -- | Represents the JSON value @"VG"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVG
  | -- | Represents the JSON value @"VN"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVN
  | -- | Represents the JSON value @"VU"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVU
  | -- | Represents the JSON value @"WF"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumWF
  | -- | Represents the JSON value @"WS"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumWS
  | -- | Represents the JSON value @"XK"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumXK
  | -- | Represents the JSON value @"YE"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumYE
  | -- | Represents the JSON value @"YT"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumYT
  | -- | Represents the JSON value @"ZA"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZA
  | -- | Represents the JSON value @"ZM"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZM
  | -- | Represents the JSON value @"ZW"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZW
  | -- | Represents the JSON value @"ZZ"@
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZZ
  deriving (Int
-> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> ShowS
[PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
-> ShowS
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> String
(Int
 -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
 -> ShowS)
-> (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
    -> String)
-> ([PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
    -> ShowS)
-> Show
     PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
-> ShowS
$cshowList :: [PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries']
-> ShowS
show :: PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> String
$cshow :: PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> String
showsPrec :: Int
-> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> ShowS
$cshowsPrec :: Int
-> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> ShowS
GHC.Show.Show, PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> Bool
(PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
 -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
 -> Bool)
-> (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
    -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
    -> Bool)
-> Eq
     PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> Bool
$c/= :: PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> Bool
== :: PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> Bool
$c== :: PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> Bool
GHC.Classes.Eq)

instance Data.Aeson.Types.ToJSON.ToJSON PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries' where
  toJSON :: PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> Value
toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'Other Value
val) = Value
val
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'Typed Text
val) = Text -> Value
forall a. ToJSON a => a -> Value
Data.Aeson.Types.ToJSON.toJSON Text
val
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAC) = Value
"AC"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAD) = Value
"AD"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAE) = Value
"AE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAF) = Value
"AF"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAG) = Value
"AG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAI) = Value
"AI"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAL) = Value
"AL"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAM) = Value
"AM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAO) = Value
"AO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAQ) = Value
"AQ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAR) = Value
"AR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAT) = Value
"AT"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAU) = Value
"AU"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAW) = Value
"AW"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAX) = Value
"AX"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAZ) = Value
"AZ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBA) = Value
"BA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBB) = Value
"BB"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBD) = Value
"BD"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBE) = Value
"BE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBF) = Value
"BF"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBG) = Value
"BG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBH) = Value
"BH"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBI) = Value
"BI"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBJ) = Value
"BJ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBL) = Value
"BL"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBM) = Value
"BM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBN) = Value
"BN"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBO) = Value
"BO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBQ) = Value
"BQ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBR) = Value
"BR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBS) = Value
"BS"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBT) = Value
"BT"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBV) = Value
"BV"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBW) = Value
"BW"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBY) = Value
"BY"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBZ) = Value
"BZ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCA) = Value
"CA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCD) = Value
"CD"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCF) = Value
"CF"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCG) = Value
"CG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCH) = Value
"CH"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCI) = Value
"CI"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCK) = Value
"CK"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCL) = Value
"CL"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCM) = Value
"CM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCN) = Value
"CN"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCO) = Value
"CO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCR) = Value
"CR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCV) = Value
"CV"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCW) = Value
"CW"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCY) = Value
"CY"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCZ) = Value
"CZ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDE) = Value
"DE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDJ) = Value
"DJ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDK) = Value
"DK"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDM) = Value
"DM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDO) = Value
"DO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDZ) = Value
"DZ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEC) = Value
"EC"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEE) = Value
"EE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEG) = Value
"EG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEH) = Value
"EH"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumER) = Value
"ER"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumES) = Value
"ES"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumET) = Value
"ET"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFI) = Value
"FI"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFJ) = Value
"FJ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFK) = Value
"FK"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFO) = Value
"FO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFR) = Value
"FR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGA) = Value
"GA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGB) = Value
"GB"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGD) = Value
"GD"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGE) = Value
"GE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGF) = Value
"GF"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGG) = Value
"GG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGH) = Value
"GH"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGI) = Value
"GI"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGL) = Value
"GL"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGM) = Value
"GM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGN) = Value
"GN"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGP) = Value
"GP"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGQ) = Value
"GQ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGR) = Value
"GR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGS) = Value
"GS"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGT) = Value
"GT"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGU) = Value
"GU"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGW) = Value
"GW"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGY) = Value
"GY"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHK) = Value
"HK"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHN) = Value
"HN"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHR) = Value
"HR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHT) = Value
"HT"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHU) = Value
"HU"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumID) = Value
"ID"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIE) = Value
"IE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIL) = Value
"IL"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIM) = Value
"IM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIN) = Value
"IN"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIO) = Value
"IO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIQ) = Value
"IQ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIS) = Value
"IS"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIT) = Value
"IT"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJE) = Value
"JE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJM) = Value
"JM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJO) = Value
"JO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJP) = Value
"JP"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKE) = Value
"KE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKG) = Value
"KG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKH) = Value
"KH"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKI) = Value
"KI"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKM) = Value
"KM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKN) = Value
"KN"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKR) = Value
"KR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKW) = Value
"KW"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKY) = Value
"KY"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKZ) = Value
"KZ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLA) = Value
"LA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLB) = Value
"LB"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLC) = Value
"LC"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLI) = Value
"LI"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLK) = Value
"LK"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLR) = Value
"LR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLS) = Value
"LS"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLT) = Value
"LT"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLU) = Value
"LU"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLV) = Value
"LV"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLY) = Value
"LY"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMA) = Value
"MA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMC) = Value
"MC"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMD) = Value
"MD"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumME) = Value
"ME"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMF) = Value
"MF"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMG) = Value
"MG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMK) = Value
"MK"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumML) = Value
"ML"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMM) = Value
"MM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMN) = Value
"MN"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMO) = Value
"MO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMQ) = Value
"MQ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMR) = Value
"MR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMS) = Value
"MS"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMT) = Value
"MT"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMU) = Value
"MU"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMV) = Value
"MV"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMW) = Value
"MW"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMX) = Value
"MX"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMY) = Value
"MY"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMZ) = Value
"MZ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNA) = Value
"NA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNC) = Value
"NC"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNE) = Value
"NE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNG) = Value
"NG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNI) = Value
"NI"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNL) = Value
"NL"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNO) = Value
"NO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNP) = Value
"NP"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNR) = Value
"NR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNU) = Value
"NU"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNZ) = Value
"NZ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumOM) = Value
"OM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPA) = Value
"PA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPE) = Value
"PE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPF) = Value
"PF"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPG) = Value
"PG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPH) = Value
"PH"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPK) = Value
"PK"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPL) = Value
"PL"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPM) = Value
"PM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPN) = Value
"PN"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPR) = Value
"PR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPS) = Value
"PS"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPT) = Value
"PT"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPY) = Value
"PY"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumQA) = Value
"QA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRE) = Value
"RE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRO) = Value
"RO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRS) = Value
"RS"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRU) = Value
"RU"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRW) = Value
"RW"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSA) = Value
"SA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSB) = Value
"SB"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSC) = Value
"SC"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSE) = Value
"SE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSG) = Value
"SG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSH) = Value
"SH"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSI) = Value
"SI"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSJ) = Value
"SJ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSK) = Value
"SK"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSL) = Value
"SL"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSM) = Value
"SM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSN) = Value
"SN"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSO) = Value
"SO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSR) = Value
"SR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSS) = Value
"SS"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumST) = Value
"ST"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSV) = Value
"SV"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSX) = Value
"SX"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSZ) = Value
"SZ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTA) = Value
"TA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTC) = Value
"TC"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTD) = Value
"TD"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTF) = Value
"TF"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTG) = Value
"TG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTH) = Value
"TH"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTJ) = Value
"TJ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTK) = Value
"TK"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTL) = Value
"TL"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTM) = Value
"TM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTN) = Value
"TN"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTO) = Value
"TO"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTR) = Value
"TR"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTT) = Value
"TT"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTV) = Value
"TV"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTW) = Value
"TW"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTZ) = Value
"TZ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUA) = Value
"UA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUG) = Value
"UG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUS) = Value
"US"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUY) = Value
"UY"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUZ) = Value
"UZ"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVA) = Value
"VA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVC) = Value
"VC"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVE) = Value
"VE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVG) = Value
"VG"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVN) = Value
"VN"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVU) = Value
"VU"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumWF) = Value
"WF"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumWS) = Value
"WS"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumXK) = Value
"XK"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumYE) = Value
"YE"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumYT) = Value
"YT"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZA) = Value
"ZA"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZM) = Value
"ZM"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZW) = Value
"ZW"
  toJSON (PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZZ) = Value
"ZZ"

instance Data.Aeson.Types.FromJSON.FromJSON PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries' where
  parseJSON :: Value
-> Parser
     PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
parseJSON Value
val =
    PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
-> Parser
     PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
forall (f :: * -> *) a. Applicative f => a -> f a
GHC.Base.pure
      ( if
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AC" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAC
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AD" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAD
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AF" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAF
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AI" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAI
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AL" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAL
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AQ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAQ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AT" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAT
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AU" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAU
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AW" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAW
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AX" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAX
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"AZ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumAZ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BB" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBB
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BD" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBD
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BF" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBF
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BH" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBH
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BI" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBI
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BJ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBJ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BL" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBL
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BN" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBN
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BQ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBQ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BS" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBS
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BT" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBT
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BV" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBV
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BW" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBW
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BY" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBY
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"BZ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumBZ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CD" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCD
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CF" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCF
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CH" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCH
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CI" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCI
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CK" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCK
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CL" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCL
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CN" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCN
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CV" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCV
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CW" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCW
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CY" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCY
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"CZ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumCZ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"DE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"DJ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDJ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"DK" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDK
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"DM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"DO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"DZ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumDZ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"EC" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEC
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"EE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"EG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"EH" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumEH
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"ER" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumER
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"ES" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumES
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"ET" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumET
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"FI" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFI
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"FJ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFJ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"FK" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFK
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"FO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"FR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumFR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GB" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGB
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GD" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGD
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GF" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGF
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GH" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGH
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GI" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGI
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GL" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGL
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GN" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGN
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GP" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGP
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GQ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGQ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GS" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGS
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GT" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGT
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GU" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGU
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GW" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGW
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"GY" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumGY
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"HK" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHK
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"HN" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHN
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"HR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"HT" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHT
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"HU" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumHU
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"ID" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumID
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"IE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"IL" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIL
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"IM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"IN" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIN
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"IO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"IQ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIQ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"IS" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIS
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"IT" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumIT
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"JE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"JM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"JO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"JP" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumJP
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"KE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"KG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"KH" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKH
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"KI" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKI
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"KM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"KN" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKN
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"KR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"KW" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKW
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"KY" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKY
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"KZ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumKZ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"LA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"LB" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLB
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"LC" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLC
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"LI" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLI
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"LK" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLK
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"LR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"LS" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLS
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"LT" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLT
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"LU" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLU
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"LV" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLV
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"LY" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumLY
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MC" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMC
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MD" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMD
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"ME" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumME
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MF" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMF
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MK" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMK
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"ML" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumML
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MN" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMN
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MQ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMQ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MS" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMS
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MT" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMT
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MU" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMU
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MV" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMV
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MW" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMW
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MX" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMX
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MY" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMY
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"MZ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumMZ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"NA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"NC" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNC
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"NE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"NG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"NI" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNI
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"NL" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNL
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"NO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"NP" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNP
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"NR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"NU" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNU
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"NZ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumNZ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"OM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumOM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PF" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPF
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PH" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPH
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PK" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPK
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PL" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPL
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PN" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPN
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PS" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPS
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PT" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPT
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"PY" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumPY
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"QA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumQA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"RE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"RO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"RS" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRS
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"RU" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRU
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"RW" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumRW
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SB" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSB
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SC" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSC
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SH" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSH
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SI" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSI
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SJ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSJ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SK" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSK
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SL" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSL
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SN" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSN
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SS" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSS
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"ST" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumST
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SV" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSV
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SX" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSX
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"SZ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumSZ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TC" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTC
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TD" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTD
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TF" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTF
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TH" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTH
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TJ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTJ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TK" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTK
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TL" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTL
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TN" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTN
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TO" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTO
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TR" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTR
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TT" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTT
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TV" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTV
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TW" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTW
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"TZ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumTZ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"UA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"UG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"US" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUS
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"UY" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUY
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"UZ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumUZ
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"VA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"VC" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVC
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"VE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"VG" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVG
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"VN" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVN
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"VU" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumVU
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"WF" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumWF
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"WS" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumWS
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"XK" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumXK
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"YE" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumYE
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"YT" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumYT
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"ZA" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZA
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"ZM" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZM
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"ZW" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZW
            | Value
val Value -> Value -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Value
"ZZ" -> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'EnumZZ
            | Bool
GHC.Base.otherwise -> Value
-> PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'
PaymentPagesPaymentPageResourcesShippingAddressCollectionAllowedCountries'Other Value
val
      )