stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCustomersCustomerBankAccountsId

Description

Contains the different functions to run the operation getCustomersCustomerBankAccountsId

Synopsis

Documentation

getCustomersCustomerBankAccountsId Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Text

customer | Constraints: Maximum length of 5000

-> Maybe Text

expand: Specifies which fields in the response should be expanded.

-> Text

id | Constraints: Maximum length of 5000

-> Maybe GetCustomersCustomerBankAccountsIdRequestBody

The request body to send

-> m (Either HttpException (Response GetCustomersCustomerBankAccountsIdResponse))

Monad containing 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 GetCustomersCustomerBankAccountsIdRequestBody Source #

Defines the data type for the schema getCustomersCustomerBankAccountsIdRequestBody

Instances
Eq GetCustomersCustomerBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccountsId

Show GetCustomersCustomerBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccountsId

ToJSON GetCustomersCustomerBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccountsId

FromJSON GetCustomersCustomerBankAccountsIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccountsId