| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StripeAPI.Types.AccountLink
Description
Contains the types generated from the schema AccountLink
Documentation
data AccountLink Source #
Defines the data type for the schema account_link
Account Links are the means by which a Connect platform grants a connected account permission to access Stripe-hosted applications, such as Connect Onboarding.
Related guide: Connect Onboarding.
Constructors
| AccountLink | |
Fields
| |
Instances
| Eq AccountLink Source # | |
Defined in StripeAPI.Types.AccountLink | |
| Show AccountLink Source # | |
Defined in StripeAPI.Types.AccountLink Methods showsPrec :: Int -> AccountLink -> ShowS # show :: AccountLink -> String # showList :: [AccountLink] -> ShowS # | |
| ToJSON AccountLink Source # | |
Defined in StripeAPI.Types.AccountLink Methods toJSON :: AccountLink -> Value # toEncoding :: AccountLink -> Encoding # toJSONList :: [AccountLink] -> Value # toEncodingList :: [AccountLink] -> Encoding # | |
| FromJSON AccountLink Source # | |
Defined in StripeAPI.Types.AccountLink | |
data AccountLinkObject' Source #
Defines the enum schema account_linkObject'
String representing the object's type. Objects of the same type share the same value.
Constructors
| AccountLinkObject'EnumOther Value | |
| AccountLinkObject'EnumTyped String | |
| AccountLinkObject'EnumStringAccountLink |
Instances
| Eq AccountLinkObject' Source # | |
Defined in StripeAPI.Types.AccountLink Methods (==) :: AccountLinkObject' -> AccountLinkObject' -> Bool # (/=) :: AccountLinkObject' -> AccountLinkObject' -> Bool # | |
| Show AccountLinkObject' Source # | |
Defined in StripeAPI.Types.AccountLink Methods showsPrec :: Int -> AccountLinkObject' -> ShowS # show :: AccountLinkObject' -> String # showList :: [AccountLinkObject'] -> ShowS # | |
| ToJSON AccountLinkObject' Source # | |
Defined in StripeAPI.Types.AccountLink Methods toJSON :: AccountLinkObject' -> Value # toEncoding :: AccountLinkObject' -> Encoding # toJSONList :: [AccountLinkObject'] -> Value # toEncodingList :: [AccountLinkObject'] -> Encoding # | |
| FromJSON AccountLinkObject' Source # | |
Defined in StripeAPI.Types.AccountLink Methods parseJSON :: Value -> Parser AccountLinkObject' # parseJSONList :: Value -> Parser [AccountLinkObject'] # | |