Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema PersonRelationship
Synopsis
- data PersonRelationship = PersonRelationship {}
Documentation
data PersonRelationship Source #
Defines the data type for the schema person_relationship
PersonRelationship | |
|
Instances
Eq PersonRelationship Source # | |
Defined in StripeAPI.Types.PersonRelationship (==) :: PersonRelationship -> PersonRelationship -> Bool # (/=) :: PersonRelationship -> PersonRelationship -> Bool # | |
Show PersonRelationship Source # | |
Defined in StripeAPI.Types.PersonRelationship showsPrec :: Int -> PersonRelationship -> ShowS # show :: PersonRelationship -> String # showList :: [PersonRelationship] -> ShowS # | |
ToJSON PersonRelationship Source # | |
Defined in StripeAPI.Types.PersonRelationship toJSON :: PersonRelationship -> Value # toEncoding :: PersonRelationship -> Encoding # toJSONList :: [PersonRelationship] -> Value # toEncodingList :: [PersonRelationship] -> Encoding # | |
FromJSON PersonRelationship Source # | |
Defined in StripeAPI.Types.PersonRelationship parseJSON :: Value -> Parser PersonRelationship # parseJSONList :: Value -> Parser [PersonRelationship] # |