Safe Haskell | None |
---|---|
Language | Haskell2010 |
StripeAPI.Types.TaxIdVerification
Description
Contains the types generated from the schema TaxIdVerification
Synopsis
Documentation
data TaxIdVerification Source #
Defines the object schema located at components.schemas.tax_id_verification
in the specification.
Constructors
TaxIdVerification | |
Fields
|
Instances
Eq TaxIdVerification Source # | |
Defined in StripeAPI.Types.TaxIdVerification Methods (==) :: TaxIdVerification -> TaxIdVerification -> Bool # (/=) :: TaxIdVerification -> TaxIdVerification -> Bool # | |
Show TaxIdVerification Source # | |
Defined in StripeAPI.Types.TaxIdVerification Methods showsPrec :: Int -> TaxIdVerification -> ShowS # show :: TaxIdVerification -> String # showList :: [TaxIdVerification] -> ShowS # | |
ToJSON TaxIdVerification Source # | |
Defined in StripeAPI.Types.TaxIdVerification Methods toJSON :: TaxIdVerification -> Value # toEncoding :: TaxIdVerification -> Encoding # toJSONList :: [TaxIdVerification] -> Value # toEncodingList :: [TaxIdVerification] -> Encoding # | |
FromJSON TaxIdVerification Source # | |
Defined in StripeAPI.Types.TaxIdVerification Methods parseJSON :: Value -> Parser TaxIdVerification # parseJSONList :: Value -> Parser [TaxIdVerification] # |
Create a new TaxIdVerification
with all required fields.
data TaxIdVerificationStatus' Source #
Defines the enum schema located at components.schemas.tax_id_verification.properties.status
in the specification.
Verification status, one of `pending`, `verified`, `unverified`, or `unavailable`.
Constructors
TaxIdVerificationStatus'Other Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
TaxIdVerificationStatus'Typed Text | This constructor can be used to send values to the server which are not present in the specification yet. |
TaxIdVerificationStatus'EnumPending | Represents the JSON value |
TaxIdVerificationStatus'EnumUnavailable | Represents the JSON value |
TaxIdVerificationStatus'EnumUnverified | Represents the JSON value |
TaxIdVerificationStatus'EnumVerified | Represents the JSON value |
Instances
Eq TaxIdVerificationStatus' Source # | |
Defined in StripeAPI.Types.TaxIdVerification Methods (==) :: TaxIdVerificationStatus' -> TaxIdVerificationStatus' -> Bool # (/=) :: TaxIdVerificationStatus' -> TaxIdVerificationStatus' -> Bool # | |
Show TaxIdVerificationStatus' Source # | |
Defined in StripeAPI.Types.TaxIdVerification Methods showsPrec :: Int -> TaxIdVerificationStatus' -> ShowS # show :: TaxIdVerificationStatus' -> String # showList :: [TaxIdVerificationStatus'] -> ShowS # | |
ToJSON TaxIdVerificationStatus' Source # | |
Defined in StripeAPI.Types.TaxIdVerification Methods toJSON :: TaxIdVerificationStatus' -> Value # toEncoding :: TaxIdVerificationStatus' -> Encoding # toJSONList :: [TaxIdVerificationStatus'] -> Value # | |
FromJSON TaxIdVerificationStatus' Source # | |
Defined in StripeAPI.Types.TaxIdVerification Methods parseJSON :: Value -> Parser TaxIdVerificationStatus' # parseJSONList :: Value -> Parser [TaxIdVerificationStatus'] # |