stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCustomersCustomerBankAccountsId

Description

Contains the different functions to run the operation getCustomersCustomerBankAccountsId

Synopsis

Documentation

getCustomersCustomerBankAccountsId Source #

Arguments

:: forall m. MonadHTTP m 
=> GetCustomersCustomerBankAccountsIdParameters

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

-> StripeT m (Response GetCustomersCustomerBankAccountsIdResponse)

Monadic computation which returns the result of the operation

GET /v1/customers/{customer}/bank_accounts/{id}

<p>By default, you can see the 10 most recent sources stored on a Customer directly on the object, but you can also retrieve details about a specific bank account stored on the Stripe account.</p>

data GetCustomersCustomerBankAccountsIdParameters Source #

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

Constructors

GetCustomersCustomerBankAccountsIdParameters 

Fields

Instances

Instances details
Eq GetCustomersCustomerBankAccountsIdParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccountsId

Show GetCustomersCustomerBankAccountsIdParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccountsId

ToJSON GetCustomersCustomerBankAccountsIdParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccountsId

FromJSON GetCustomersCustomerBankAccountsIdParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccountsId