stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetAccountsAccountPeople

Description

Contains the different functions to run the operation getAccountsAccountPeople

Synopsis

Documentation

getAccountsAccountPeople Source #

Arguments

:: forall m. MonadHTTP m 
=> GetAccountsAccountPeopleParameters

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

-> StripeT m (Response GetAccountsAccountPeopleResponse)

Monadic computation which returns the result of the operation

GET /v1/accounts/{account}/people

<p>Returns a list of people associated with the account’s legal entity. The people are returned sorted by creation date, with the most recent people appearing first.</p>

data GetAccountsAccountPeopleParameters Source #

Defines the object schema located at paths./v1/accounts/{account}/people.GET.parameters in the specification.

Constructors

GetAccountsAccountPeopleParameters 

Fields

data GetAccountsAccountPeopleParametersQueryRelationship' Source #

Defines the object schema located at paths./v1/accounts/{account}/people.GET.parameters.properties.queryRelationship in the specification.

Represents the parameter named 'relationship'

Filters on the list of people returned based on the person's relationship to the account's company.

Instances

Instances details
Eq GetAccountsAccountPeopleParametersQueryRelationship' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountsAccountPeople

Show GetAccountsAccountPeopleParametersQueryRelationship' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountsAccountPeople

ToJSON GetAccountsAccountPeopleParametersQueryRelationship' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountsAccountPeople

FromJSON GetAccountsAccountPeopleParametersQueryRelationship' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountsAccountPeople

data GetAccountsAccountPeopleResponse Source #

Represents a response of the operation getAccountsAccountPeople.

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

data GetAccountsAccountPeopleResponseBody200 Source #

Defines the object schema located at paths./v1/accounts/{account}/people.GET.responses.200.content.application/json.schema in the specification.

Constructors

GetAccountsAccountPeopleResponseBody200 

Fields