stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCustomersCustomerBankAccounts

Description

Contains the different functions to run the operation getCustomersCustomerBankAccounts

Synopsis

Documentation

getCustomersCustomerBankAccounts Source #

Arguments

:: forall m. MonadHTTP m 
=> GetCustomersCustomerBankAccountsParameters

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

-> ClientT m (Response GetCustomersCustomerBankAccountsResponse)

Monadic computation which returns the result of the operation

GET /v1/customers/{customer}/bank_accounts

<p>You can see a list of the bank accounts belonging to a Customer. Note that the 10 most recent sources are always available by default on the Customer. If you need more than those 10, you can use this API method and the <code>limit</code> and <code>starting_after</code> parameters to page through additional bank accounts.</p>

data GetCustomersCustomerBankAccountsParameters Source #

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

Constructors

GetCustomersCustomerBankAccountsParameters 

Fields

data GetCustomersCustomerBankAccountsResponseBody200 Source #

Defines the object schema located at paths./v1/customers/{customer}/bank_accounts.GET.responses.200.content.application/json.schema in the specification.

Constructors

GetCustomersCustomerBankAccountsResponseBody200 

Fields

Instances

Instances details
Eq GetCustomersCustomerBankAccountsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccounts

Show GetCustomersCustomerBankAccountsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccounts

ToJSON GetCustomersCustomerBankAccountsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccounts

FromJSON GetCustomersCustomerBankAccountsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerBankAccounts