stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetBalanceTransactionsId

Description

Contains the different functions to run the operation getBalanceTransactionsId

Synopsis

Documentation

getBalanceTransactionsId Source #

Arguments

:: forall m. MonadHTTP m 
=> GetBalanceTransactionsIdParameters

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

-> ClientT m (Response GetBalanceTransactionsIdResponse)

Monadic computation which returns the result of the operation

GET /v1/balance_transactions/{id}

<p>Retrieves the balance transaction with the given ID.</p>

<p>Note that this endpoint previously used the path <code>/v1/balance/history/:id</code>.</p>

data GetBalanceTransactionsIdParameters Source #

Defines the object schema located at paths./v1/balance_transactions/{id}.GET.parameters in the specification.

Constructors

GetBalanceTransactionsIdParameters 

Fields

data GetBalanceTransactionsIdResponse Source #

Represents a response of the operation getBalanceTransactionsId.

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

Constructors

GetBalanceTransactionsIdResponseError String

Means either no matching case available or a parse error

GetBalanceTransactionsIdResponse200 BalanceTransaction

Successful response.

GetBalanceTransactionsIdResponseDefault Error

Error response.