stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.VerificationSessionRedaction

Description

Contains the types generated from the schema VerificationSessionRedaction

Synopsis

Documentation

data VerificationSessionRedaction Source #

Defines the object schema located at components.schemas.verification_session_redaction in the specification.

Constructors

VerificationSessionRedaction 

Fields

data VerificationSessionRedactionStatus' Source #

Defines the enum schema located at components.schemas.verification_session_redaction.properties.status in the specification.

Indicates whether this object and its related objects have been redacted or not.

Constructors

VerificationSessionRedactionStatus'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

VerificationSessionRedactionStatus'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

VerificationSessionRedactionStatus'EnumProcessing

Represents the JSON value "processing"

VerificationSessionRedactionStatus'EnumRedacted

Represents the JSON value "redacted"