stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.ScheduledQueryRun

Description

Contains the types generated from the schema ScheduledQueryRun

Synopsis

Documentation

data ScheduledQueryRun Source #

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

If you have scheduled a Sigma query, you'll receive a `sigma.scheduled_query_run.created` webhook each time the query runs. The webhook contains a `ScheduledQueryRun` object, which you can use to retrieve the query results.

Constructors

ScheduledQueryRun 

Fields

data ScheduledQueryRunFile' Source #

Defines the object schema located at components.schemas.scheduled_query_run.properties.file.anyOf in the specification.

The file object representing the results of the query.

Constructors

ScheduledQueryRunFile' 

Fields

data ScheduledQueryRunFile'Links' Source #

Defines the object schema located at components.schemas.scheduled_query_run.properties.file.anyOf.properties.links in the specification.

A list of file links that point at this file.

Constructors

ScheduledQueryRunFile'Links' 

Fields

data ScheduledQueryRunFile'Object' Source #

Defines the enum schema located at components.schemas.scheduled_query_run.properties.file.anyOf.properties.object in the specification.

String representing the object's type. Objects of the same type share the same value.

Constructors

ScheduledQueryRunFile'Object'Other Value

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

ScheduledQueryRunFile'Object'Typed Text

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

ScheduledQueryRunFile'Object'EnumFile

Represents the JSON value "file"

data ScheduledQueryRunFile'Purpose' Source #

Defines the enum schema located at components.schemas.scheduled_query_run.properties.file.anyOf.properties.purpose in the specification.

The purpose of the uploaded file.

Constructors

ScheduledQueryRunFile'Purpose'Other Value

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

ScheduledQueryRunFile'Purpose'Typed Text

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

ScheduledQueryRunFile'Purpose'EnumAccountRequirement

Represents the JSON value "account_requirement"

ScheduledQueryRunFile'Purpose'EnumAdditionalVerification

Represents the JSON value "additional_verification"

ScheduledQueryRunFile'Purpose'EnumBusinessIcon

Represents the JSON value "business_icon"

Represents the JSON value "business_logo"

ScheduledQueryRunFile'Purpose'EnumCustomerSignature

Represents the JSON value "customer_signature"

ScheduledQueryRunFile'Purpose'EnumDisputeEvidence

Represents the JSON value "dispute_evidence"

ScheduledQueryRunFile'Purpose'EnumDocumentProviderIdentityDocument

Represents the JSON value "document_provider_identity_document"

ScheduledQueryRunFile'Purpose'EnumFinanceReportRun

Represents the JSON value "finance_report_run"

ScheduledQueryRunFile'Purpose'EnumIdentityDocument

Represents the JSON value "identity_document"

ScheduledQueryRunFile'Purpose'EnumIdentityDocumentDownloadable

Represents the JSON value "identity_document_downloadable"

ScheduledQueryRunFile'Purpose'EnumPciDocument

Represents the JSON value "pci_document"

ScheduledQueryRunFile'Purpose'EnumSelfie

Represents the JSON value "selfie"

ScheduledQueryRunFile'Purpose'EnumSigmaScheduledQuery

Represents the JSON value "sigma_scheduled_query"

ScheduledQueryRunFile'Purpose'EnumTaxDocumentUserUpload

Represents the JSON value "tax_document_user_upload"