Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema CountrySpec
Synopsis
- data CountrySpec = CountrySpec {
- countrySpecDefaultCurrency :: String
- countrySpecId :: String
- countrySpecObject :: CountrySpecObject'
- countrySpecSupportedBankAccountCurrencies :: CountrySpecSupportedBankAccountCurrencies'
- countrySpecSupportedPaymentCurrencies :: [] String
- countrySpecSupportedPaymentMethods :: [] String
- countrySpecSupportedTransferCountries :: [] String
- countrySpecVerificationFields :: CountrySpecVerificationFields
- data CountrySpecObject'
- data CountrySpecSupportedBankAccountCurrencies' = CountrySpecSupportedBankAccountCurrencies' {
Documentation
data CountrySpec Source #
Defines the data type for the schema country_spec
Stripe needs to collect certain pieces of information about each account created. These requirements can differ depending on the account's country. The Country Specs API makes these rules available to your integration.
You can also view the information from this API call as an online guide.
CountrySpec | |
|
Instances
Eq CountrySpec Source # | |
Defined in StripeAPI.Types.CountrySpec (==) :: CountrySpec -> CountrySpec -> Bool # (/=) :: CountrySpec -> CountrySpec -> Bool # | |
Show CountrySpec Source # | |
Defined in StripeAPI.Types.CountrySpec showsPrec :: Int -> CountrySpec -> ShowS # show :: CountrySpec -> String # showList :: [CountrySpec] -> ShowS # | |
ToJSON CountrySpec Source # | |
Defined in StripeAPI.Types.CountrySpec toJSON :: CountrySpec -> Value # toEncoding :: CountrySpec -> Encoding # toJSONList :: [CountrySpec] -> Value # toEncodingList :: [CountrySpec] -> Encoding # | |
FromJSON CountrySpec Source # | |
Defined in StripeAPI.Types.CountrySpec parseJSON :: Value -> Parser CountrySpec # parseJSONList :: Value -> Parser [CountrySpec] # |
data CountrySpecObject' Source #
Defines the enum schema country_specObject'
String representing the object's type. Objects of the same type share the same value.
CountrySpecObject'EnumOther Value | |
CountrySpecObject'EnumTyped String | |
CountrySpecObject'EnumStringCountrySpec |
Instances
Eq CountrySpecObject' Source # | |
Defined in StripeAPI.Types.CountrySpec (==) :: CountrySpecObject' -> CountrySpecObject' -> Bool # (/=) :: CountrySpecObject' -> CountrySpecObject' -> Bool # | |
Show CountrySpecObject' Source # | |
Defined in StripeAPI.Types.CountrySpec showsPrec :: Int -> CountrySpecObject' -> ShowS # show :: CountrySpecObject' -> String # showList :: [CountrySpecObject'] -> ShowS # | |
ToJSON CountrySpecObject' Source # | |
Defined in StripeAPI.Types.CountrySpec toJSON :: CountrySpecObject' -> Value # toEncoding :: CountrySpecObject' -> Encoding # toJSONList :: [CountrySpecObject'] -> Value # toEncodingList :: [CountrySpecObject'] -> Encoding # | |
FromJSON CountrySpecObject' Source # | |
Defined in StripeAPI.Types.CountrySpec parseJSON :: Value -> Parser CountrySpecObject' # parseJSONList :: Value -> Parser [CountrySpecObject'] # |
data CountrySpecSupportedBankAccountCurrencies' Source #
Defines the data type for the schema country_specSupported_bank_account_currencies'
Currencies that can be accepted in the specific country (for transfers).