Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
AccountLink | |
|
Instances
Eq AccountLink Source # | |
Defined in StripeAPI.Types.AccountLink (==) :: AccountLink -> AccountLink -> Bool # (/=) :: AccountLink -> AccountLink -> Bool # | |
Show AccountLink Source # | |
Defined in StripeAPI.Types.AccountLink showsPrec :: Int -> AccountLink -> ShowS # show :: AccountLink -> String # showList :: [AccountLink] -> ShowS # | |
ToJSON AccountLink Source # | |
Defined in StripeAPI.Types.AccountLink toJSON :: AccountLink -> Value # toEncoding :: AccountLink -> Encoding # toJSONList :: [AccountLink] -> Value # toEncodingList :: [AccountLink] -> Encoding # | |
FromJSON AccountLink Source # | |
Defined in StripeAPI.Types.AccountLink parseJSON :: Value -> Parser AccountLink # parseJSONList :: Value -> Parser [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.
AccountLinkObject'EnumOther Value | |
AccountLinkObject'EnumTyped String | |
AccountLinkObject'EnumStringAccountLink |
Instances
Eq AccountLinkObject' Source # | |
Defined in StripeAPI.Types.AccountLink (==) :: AccountLinkObject' -> AccountLinkObject' -> Bool # (/=) :: AccountLinkObject' -> AccountLinkObject' -> Bool # | |
Show AccountLinkObject' Source # | |
Defined in StripeAPI.Types.AccountLink showsPrec :: Int -> AccountLinkObject' -> ShowS # show :: AccountLinkObject' -> String # showList :: [AccountLinkObject'] -> ShowS # | |
ToJSON AccountLinkObject' Source # | |
Defined in StripeAPI.Types.AccountLink toJSON :: AccountLinkObject' -> Value # toEncoding :: AccountLinkObject' -> Encoding # toJSONList :: [AccountLinkObject'] -> Value # toEncodingList :: [AccountLinkObject'] -> Encoding # | |
FromJSON AccountLinkObject' Source # | |
Defined in StripeAPI.Types.AccountLink parseJSON :: Value -> Parser AccountLinkObject' # parseJSONList :: Value -> Parser [AccountLinkObject'] # |