stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetIssuingTransactions

Description

Contains the different functions to run the operation getIssuingTransactions

Synopsis

Documentation

getIssuingTransactions Source #

Arguments

:: forall m. MonadHTTP m 
=> GetIssuingTransactionsParameters

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

-> StripeT m (Response GetIssuingTransactionsResponse)

Monadic computation which returns the result of the operation

GET /v1/issuing/transactions

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

data GetIssuingTransactionsParameters Source #

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

Constructors

GetIssuingTransactionsParameters 

Fields

data GetIssuingTransactionsParametersQueryCreated'OneOf1 Source #

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

Instances

Instances details
Eq GetIssuingTransactionsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingTransactions

Show GetIssuingTransactionsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingTransactions

ToJSON GetIssuingTransactionsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingTransactions

FromJSON GetIssuingTransactionsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingTransactions

data GetIssuingTransactionsParametersQueryCreated'Variants Source #

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

Represents the parameter named 'created'

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

Instances

Instances details
Eq GetIssuingTransactionsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingTransactions

Show GetIssuingTransactionsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingTransactions

ToJSON GetIssuingTransactionsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingTransactions

FromJSON GetIssuingTransactionsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIssuingTransactions

data GetIssuingTransactionsParametersQueryType' Source #

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

Represents the parameter named 'type'

Only return transactions that have the given type. One of `capture` or `refund`.

Constructors

GetIssuingTransactionsParametersQueryType'Other Value

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

GetIssuingTransactionsParametersQueryType'Typed Text

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

GetIssuingTransactionsParametersQueryType'EnumCapture

Represents the JSON value "capture"

GetIssuingTransactionsParametersQueryType'EnumRefund

Represents the JSON value "refund"

data GetIssuingTransactionsResponse Source #

Represents a response of the operation getIssuingTransactions.

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), GetIssuingTransactionsResponseError is used.

Constructors

GetIssuingTransactionsResponseError String

Means either no matching case available or a parse error

GetIssuingTransactionsResponse200 GetIssuingTransactionsResponseBody200

Successful response.

GetIssuingTransactionsResponseDefault Error

Error response.

data GetIssuingTransactionsResponseBody200 Source #

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

Constructors

GetIssuingTransactionsResponseBody200 

Fields