stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetIssuingAuthorizations

Description

Contains the different functions to run the operation getIssuingAuthorizations

Synopsis

Documentation

getIssuingAuthorizations Source #

Arguments

:: forall m. MonadHTTP m 
=> GetIssuingAuthorizationsParameters

Contains all available parameters of this operation (query and path parameters)

-> ClientT m (Response GetIssuingAuthorizationsResponse)

Monadic computation which returns the result of the operation

GET /v1/issuing/authorizations

<p>Returns a list of Issuing <code>Authorization</code> objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.</p>

data GetIssuingAuthorizationsParameters Source #

Defines the object schema located at paths./v1/issuing/authorizations.GET.parameters in the specification.

Constructors

GetIssuingAuthorizationsParameters 

Fields

data GetIssuingAuthorizationsParametersQueryCreated'OneOf1 Source #

Defines the object schema located at paths./v1/issuing/authorizations.GET.parameters.properties.queryCreated.anyOf in the specification.

Instances

Instances details
Eq GetIssuingAuthorizationsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingAuthorizations

Show GetIssuingAuthorizationsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingAuthorizations

ToJSON GetIssuingAuthorizationsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingAuthorizations

FromJSON GetIssuingAuthorizationsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingAuthorizations

data GetIssuingAuthorizationsParametersQueryCreated'Variants Source #

Defines the oneOf schema located at paths./v1/issuing/authorizations.GET.parameters.properties.queryCreated.anyOf in the specification.

Represents the parameter named 'created'

Only return authorizations that were created during the given date interval.

Instances

Instances details
Eq GetIssuingAuthorizationsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingAuthorizations

Show GetIssuingAuthorizationsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingAuthorizations

ToJSON GetIssuingAuthorizationsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingAuthorizations

FromJSON GetIssuingAuthorizationsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingAuthorizations

data GetIssuingAuthorizationsParametersQueryStatus' Source #

Defines the enum schema located at paths./v1/issuing/authorizations.GET.parameters.properties.queryStatus in the specification.

Represents the parameter named 'status'

Only return authorizations with the given status. One of `pending`, `closed`, or `reversed`.

Constructors

GetIssuingAuthorizationsParametersQueryStatus'Other Value

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

GetIssuingAuthorizationsParametersQueryStatus'Typed Text

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

GetIssuingAuthorizationsParametersQueryStatus'EnumClosed

Represents the JSON value "closed"

GetIssuingAuthorizationsParametersQueryStatus'EnumPending

Represents the JSON value "pending"

GetIssuingAuthorizationsParametersQueryStatus'EnumReversed

Represents the JSON value "reversed"

data GetIssuingAuthorizationsResponse Source #

Represents a response of the operation getIssuingAuthorizations.

The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), GetIssuingAuthorizationsResponseError is used.

data GetIssuingAuthorizationsResponseBody200 Source #

Defines the object schema located at paths./v1/issuing/authorizations.GET.responses.200.content.application/json.schema in the specification.

Constructors

GetIssuingAuthorizationsResponseBody200 

Fields