Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema SourceTypeAchDebit
Synopsis
Documentation
data SourceTypeAchDebit Source #
Defines the object schema located at components.schemas.source_type_ach_debit
in the specification.
SourceTypeAchDebit | |
|
Instances
Eq SourceTypeAchDebit Source # | |
Defined in StripeAPI.Types.SourceTypeAchDebit (==) :: SourceTypeAchDebit -> SourceTypeAchDebit -> Bool # (/=) :: SourceTypeAchDebit -> SourceTypeAchDebit -> Bool # | |
Show SourceTypeAchDebit Source # | |
Defined in StripeAPI.Types.SourceTypeAchDebit showsPrec :: Int -> SourceTypeAchDebit -> ShowS # show :: SourceTypeAchDebit -> String # showList :: [SourceTypeAchDebit] -> ShowS # | |
ToJSON SourceTypeAchDebit Source # | |
Defined in StripeAPI.Types.SourceTypeAchDebit toJSON :: SourceTypeAchDebit -> Value # toEncoding :: SourceTypeAchDebit -> Encoding # toJSONList :: [SourceTypeAchDebit] -> Value # toEncodingList :: [SourceTypeAchDebit] -> Encoding # | |
FromJSON SourceTypeAchDebit Source # | |
Defined in StripeAPI.Types.SourceTypeAchDebit parseJSON :: Value -> Parser SourceTypeAchDebit # parseJSONList :: Value -> Parser [SourceTypeAchDebit] # |
mkSourceTypeAchDebit :: SourceTypeAchDebit Source #
Create a new SourceTypeAchDebit
with all required fields.