Safe Haskell | None |
---|---|
Language | Haskell2010 |
StripeAPI.Types.CountrySpec
Description
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.
Constructors
CountrySpec | |
Fields
|
Instances
Eq CountrySpec Source # | |
Defined in StripeAPI.Types.CountrySpec | |
Show CountrySpec Source # | |
Defined in StripeAPI.Types.CountrySpec Methods showsPrec :: Int -> CountrySpec -> ShowS # show :: CountrySpec -> String # showList :: [CountrySpec] -> ShowS # | |
ToJSON CountrySpec Source # | |
Defined in StripeAPI.Types.CountrySpec Methods toJSON :: CountrySpec -> Value # toEncoding :: CountrySpec -> Encoding # toJSONList :: [CountrySpec] -> Value # toEncodingList :: [CountrySpec] -> Encoding # | |
FromJSON CountrySpec Source # | |
Defined in StripeAPI.Types.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.
Constructors
CountrySpecObject'EnumOther Value | |
CountrySpecObject'EnumTyped String | |
CountrySpecObject'EnumStringCountrySpec |
Instances
Eq CountrySpecObject' Source # | |
Defined in StripeAPI.Types.CountrySpec Methods (==) :: CountrySpecObject' -> CountrySpecObject' -> Bool # (/=) :: CountrySpecObject' -> CountrySpecObject' -> Bool # | |
Show CountrySpecObject' Source # | |
Defined in StripeAPI.Types.CountrySpec Methods showsPrec :: Int -> CountrySpecObject' -> ShowS # show :: CountrySpecObject' -> String # showList :: [CountrySpecObject'] -> ShowS # | |
ToJSON CountrySpecObject' Source # | |
Defined in StripeAPI.Types.CountrySpec Methods toJSON :: CountrySpecObject' -> Value # toEncoding :: CountrySpecObject' -> Encoding # toJSONList :: [CountrySpecObject'] -> Value # toEncodingList :: [CountrySpecObject'] -> Encoding # | |
FromJSON CountrySpecObject' Source # | |
Defined in StripeAPI.Types.CountrySpec Methods 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).
Constructors
CountrySpecSupportedBankAccountCurrencies' | |