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