stripeapi-0.1.0.0: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetAccountsAccountPeoplePerson

Description

Contains the different functions to run the operation getAccountsAccountPeoplePerson

Synopsis

Documentation

getAccountsAccountPeoplePerson Source #

Arguments

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

The configuration to use in the request

-> String

account | Constraints: Maximum length of 5000

-> Maybe String

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

-> String

person | Constraints: Maximum length of 5000

-> GetAccountsAccountPeoplePersonRequestBody

The request body to send

-> m (Either HttpException (Response GetAccountsAccountPeoplePersonResponse))

Monad containing the result of the operation

GET /v1/accounts/{account}/people/{person}

<p>Retrieves an existing person.</p>

data GetAccountsAccountPeoplePersonRequestBody Source #

Defines the data type for the schema getAccountsAccountPeoplePersonRequestBody