Safe Haskell | None |
---|---|
Language | Haskell2010 |
StripeAPI.Types.DeletedTaxId
Description
Contains the types generated from the schema DeletedTaxId
Synopsis
- data DeletedTaxId = DeletedTaxId {}
- mkDeletedTaxId :: Text -> DeletedTaxId
Documentation
data DeletedTaxId Source #
Defines the object schema located at components.schemas.deleted_tax_id
in the specification.
Constructors
DeletedTaxId | |
Fields
|
Instances
Eq DeletedTaxId Source # | |
Defined in StripeAPI.Types.DeletedTaxId | |
Show DeletedTaxId Source # | |
Defined in StripeAPI.Types.DeletedTaxId Methods showsPrec :: Int -> DeletedTaxId -> ShowS # show :: DeletedTaxId -> String # showList :: [DeletedTaxId] -> ShowS # | |
ToJSON DeletedTaxId Source # | |
Defined in StripeAPI.Types.DeletedTaxId Methods toJSON :: DeletedTaxId -> Value # toEncoding :: DeletedTaxId -> Encoding # toJSONList :: [DeletedTaxId] -> Value # toEncodingList :: [DeletedTaxId] -> Encoding # | |
FromJSON DeletedTaxId Source # | |
Defined in StripeAPI.Types.DeletedTaxId |
Arguments
:: Text | |
-> DeletedTaxId |
Create a new DeletedTaxId
with all required fields.