stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetAccountExternalAccounts

Description

Contains the different functions to run the operation getAccountExternalAccounts

Synopsis

Documentation

getAccountExternalAccounts Source #

Arguments

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

The configuration to use in the request

-> Maybe Text

ending_before: A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.

-> Maybe Text

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

-> Maybe Integer

limit: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

-> Maybe Text

starting_after: A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.

-> Maybe GetAccountExternalAccountsRequestBody

The request body to send

-> m (Either HttpException (Response GetAccountExternalAccountsResponse))

Monad containing the result of the operation

GET /v1/account/external_accounts

<p>List external accounts for an account.</p>

data GetAccountExternalAccountsRequestBody Source #

Defines the data type for the schema getAccountExternalAccountsRequestBody

data GetAccountExternalAccountsResponseBody200 Source #

Defines the data type for the schema GetAccountExternalAccountsResponseBody200

Constructors

GetAccountExternalAccountsResponseBody200 

Fields

data GetAccountExternalAccountsResponseBody200Data' Source #

Defines the data type for the schema GetAccountExternalAccountsResponseBody200Data'

Constructors

GetAccountExternalAccountsResponseBody200Data' 

Fields

data GetAccountExternalAccountsResponseBody200Data'Account'Variants Source #

Define the one-of schema GetAccountExternalAccountsResponseBody200Data'Account'

The ID of the account that the bank account is associated with.

Instances
Eq GetAccountExternalAccountsResponseBody200Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

Show GetAccountExternalAccountsResponseBody200Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

Generic GetAccountExternalAccountsResponseBody200Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

ToJSON GetAccountExternalAccountsResponseBody200Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

FromJSON GetAccountExternalAccountsResponseBody200Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

type Rep GetAccountExternalAccountsResponseBody200Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

type Rep GetAccountExternalAccountsResponseBody200Data'Account'Variants = D1 (MetaData "GetAccountExternalAccountsResponseBody200Data'Account'Variants" "StripeAPI.Operations.GetAccountExternalAccounts" "stripeapi-0.1.0.2-D0ebvtj6l9B4TLqRwmHKaP" False) (C1 (MetaCons "GetAccountExternalAccountsResponseBody200Data'Account'Account" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Account)) :+: C1 (MetaCons "GetAccountExternalAccountsResponseBody200Data'Account'Text" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

data GetAccountExternalAccountsResponseBody200Data'AvailablePayoutMethods' Source #

Defines the enum schema GetAccountExternalAccountsResponseBody200Data'Available_payout_methods'

Instances
Eq GetAccountExternalAccountsResponseBody200Data'AvailablePayoutMethods' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

Show GetAccountExternalAccountsResponseBody200Data'AvailablePayoutMethods' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

ToJSON GetAccountExternalAccountsResponseBody200Data'AvailablePayoutMethods' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

FromJSON GetAccountExternalAccountsResponseBody200Data'AvailablePayoutMethods' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

data GetAccountExternalAccountsResponseBody200Data'Customer'Variants Source #

Define the one-of schema GetAccountExternalAccountsResponseBody200Data'Customer'

The ID of the customer that the bank account is associated with.

Instances
Eq GetAccountExternalAccountsResponseBody200Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

Show GetAccountExternalAccountsResponseBody200Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

Generic GetAccountExternalAccountsResponseBody200Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

ToJSON GetAccountExternalAccountsResponseBody200Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

FromJSON GetAccountExternalAccountsResponseBody200Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

type Rep GetAccountExternalAccountsResponseBody200Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

type Rep GetAccountExternalAccountsResponseBody200Data'Customer'Variants = D1 (MetaData "GetAccountExternalAccountsResponseBody200Data'Customer'Variants" "StripeAPI.Operations.GetAccountExternalAccounts" "stripeapi-0.1.0.2-D0ebvtj6l9B4TLqRwmHKaP" False) (C1 (MetaCons "GetAccountExternalAccountsResponseBody200Data'Customer'Customer" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Customer)) :+: (C1 (MetaCons "GetAccountExternalAccountsResponseBody200Data'Customer'DeletedCustomer" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 DeletedCustomer)) :+: C1 (MetaCons "GetAccountExternalAccountsResponseBody200Data'Customer'Text" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))))

data GetAccountExternalAccountsResponseBody200Data'Metadata' Source #

Defines the data type for the schema GetAccountExternalAccountsResponseBody200Data'Metadata'

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

Instances
Eq GetAccountExternalAccountsResponseBody200Data'Metadata' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

Show GetAccountExternalAccountsResponseBody200Data'Metadata' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

ToJSON GetAccountExternalAccountsResponseBody200Data'Metadata' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

FromJSON GetAccountExternalAccountsResponseBody200Data'Metadata' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

data GetAccountExternalAccountsResponseBody200Data'Object' Source #

Defines the enum schema GetAccountExternalAccountsResponseBody200Data'Object'

String representing the object's type. Objects of the same type share the same value.

Instances
Eq GetAccountExternalAccountsResponseBody200Data'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

Show GetAccountExternalAccountsResponseBody200Data'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

ToJSON GetAccountExternalAccountsResponseBody200Data'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

FromJSON GetAccountExternalAccountsResponseBody200Data'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

data GetAccountExternalAccountsResponseBody200Data'Recipient'Variants Source #

Define the one-of schema GetAccountExternalAccountsResponseBody200Data'Recipient'

The recipient that this card belongs to. This attribute will not be in the card object if the card belongs to a customer or account instead.

Instances
Eq GetAccountExternalAccountsResponseBody200Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

Show GetAccountExternalAccountsResponseBody200Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

Generic GetAccountExternalAccountsResponseBody200Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

ToJSON GetAccountExternalAccountsResponseBody200Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

FromJSON GetAccountExternalAccountsResponseBody200Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

type Rep GetAccountExternalAccountsResponseBody200Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

type Rep GetAccountExternalAccountsResponseBody200Data'Recipient'Variants = D1 (MetaData "GetAccountExternalAccountsResponseBody200Data'Recipient'Variants" "StripeAPI.Operations.GetAccountExternalAccounts" "stripeapi-0.1.0.2-D0ebvtj6l9B4TLqRwmHKaP" False) (C1 (MetaCons "GetAccountExternalAccountsResponseBody200Data'Recipient'Recipient" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Recipient)) :+: C1 (MetaCons "GetAccountExternalAccountsResponseBody200Data'Recipient'Text" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

data GetAccountExternalAccountsResponseBody200Object' Source #

Defines the enum schema GetAccountExternalAccountsResponseBody200Object'

String representing the object's type. Objects of the same type share the same value. Always has the value `list`.

Instances
Eq GetAccountExternalAccountsResponseBody200Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

Show GetAccountExternalAccountsResponseBody200Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

ToJSON GetAccountExternalAccountsResponseBody200Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts

FromJSON GetAccountExternalAccountsResponseBody200Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetAccountExternalAccounts