stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.PostAccounts

Description

Contains the different functions to run the operation postAccounts

Synopsis

Documentation

postAccounts Source #

Arguments

:: forall m. MonadHTTP m 
=> Maybe PostAccountsRequestBody

The request body to send

-> ClientT m (Response PostAccountsResponse)

Monadic computation which returns the result of the operation

POST /v1/accounts

<p>With <a href="/docs/connect">Connect</a>, you can create Stripe accounts for your users. To do this, you’ll first need to <a href="https://dashboard.stripe.com/account/applications/settings">register your platform</a>.</p>

data PostAccountsRequestBody Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema in the specification.

Constructors

PostAccountsRequestBody 

Fields

data PostAccountsRequestBodyBankAccount'OneOf1 Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.bank_account.anyOf in the specification.

data PostAccountsRequestBodyBankAccount'OneOf1AccountHolderType' Source #

Defines the enum schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.bank_account.anyOf.properties.account_holder_type in the specification.

Constructors

PostAccountsRequestBodyBankAccount'OneOf1AccountHolderType'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostAccountsRequestBodyBankAccount'OneOf1AccountHolderType'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostAccountsRequestBodyBankAccount'OneOf1AccountHolderType'EnumCompany

Represents the JSON value "company"

PostAccountsRequestBodyBankAccount'OneOf1AccountHolderType'EnumIndividual

Represents the JSON value "individual"

Instances

Instances details
Eq PostAccountsRequestBodyBankAccount'OneOf1AccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyBankAccount'OneOf1AccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyBankAccount'OneOf1AccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyBankAccount'OneOf1AccountHolderType' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyBankAccount'OneOf1Object' Source #

Defines the enum schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.bank_account.anyOf.properties.object in the specification.

Constructors

PostAccountsRequestBodyBankAccount'OneOf1Object'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostAccountsRequestBodyBankAccount'OneOf1Object'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostAccountsRequestBodyBankAccount'OneOf1Object'EnumBankAccount

Represents the JSON value "bank_account"

data PostAccountsRequestBodyBankAccount'Variants Source #

Defines the oneOf schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.bank_account.anyOf in the specification.

Either a token, like the ones returned by Stripe.js, or a dictionary containing a user's bank account details.

data PostAccountsRequestBodyBusinessProfile' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.business_profile in the specification.

Business information about the account.

data PostAccountsRequestBodyBusinessProfile'SupportAddress' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.business_profile.properties.support_address in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyBusinessProfile'SupportAddress' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyBusinessProfile'SupportAddress' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyBusinessProfile'SupportAddress' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyBusinessProfile'SupportAddress' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyBusinessProfile'SupportUrl'Variants Source #

Defines the oneOf schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.business_profile.properties.support_url.anyOf in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyBusinessProfile'SupportUrl'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyBusinessProfile'SupportUrl'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyBusinessProfile'SupportUrl'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyBusinessProfile'SupportUrl'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyBusinessType' Source #

Defines the enum schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.business_type in the specification.

The business type.

Constructors

PostAccountsRequestBodyBusinessType'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostAccountsRequestBodyBusinessType'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostAccountsRequestBodyBusinessType'EnumCompany

Represents the JSON value "company"

PostAccountsRequestBodyBusinessType'EnumGovernmentEntity

Represents the JSON value "government_entity"

PostAccountsRequestBodyBusinessType'EnumIndividual

Represents the JSON value "individual"

PostAccountsRequestBodyBusinessType'EnumNonProfit

Represents the JSON value "non_profit"

data PostAccountsRequestBodyCapabilities' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities in the specification.

Each key of the dictionary represents a capability, and each capability maps to its settings (e.g. whether it has been requested or not). Each capability will be inactive until you have provided its specific requirements and Stripe has verified them. An account may have some of its requested capabilities be active and some be inactive.

Constructors

PostAccountsRequestBodyCapabilities' 

Fields

data PostAccountsRequestBodyCapabilities'AcssDebitPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.acss_debit_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'AcssDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'AcssDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'AcssDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'AcssDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'AfterpayClearpayPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.afterpay_clearpay_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'AfterpayClearpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'AfterpayClearpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'AfterpayClearpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'AfterpayClearpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'AuBecsDebitPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.au_becs_debit_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'AuBecsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'AuBecsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'AuBecsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'AuBecsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'BacsDebitPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.bacs_debit_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'BacsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'BacsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'BacsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'BacsDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'BancontactPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.bancontact_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'BancontactPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'BancontactPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'BancontactPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'BancontactPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'CardIssuing' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.card_issuing in the specification.

data PostAccountsRequestBodyCapabilities'CardPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.card_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'CardPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'CardPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'CardPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'CardPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'CartesBancairesPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.cartes_bancaires_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'CartesBancairesPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'CartesBancairesPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'CartesBancairesPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'CartesBancairesPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'EpsPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.eps_payments in the specification.

data PostAccountsRequestBodyCapabilities'FpxPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.fpx_payments in the specification.

data PostAccountsRequestBodyCapabilities'GiropayPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.giropay_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'GiropayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'GiropayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'GiropayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'GiropayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'GrabpayPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.grabpay_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'GrabpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'GrabpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'GrabpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'GrabpayPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'IdealPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.ideal_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'IdealPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'IdealPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'IdealPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'IdealPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'JcbPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.jcb_payments in the specification.

data PostAccountsRequestBodyCapabilities'LegacyPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.legacy_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'LegacyPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'LegacyPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'LegacyPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'LegacyPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'OxxoPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.oxxo_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'OxxoPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'OxxoPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'OxxoPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'OxxoPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'P24Payments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.p24_payments in the specification.

data PostAccountsRequestBodyCapabilities'SepaDebitPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.sepa_debit_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'SepaDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'SepaDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'SepaDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'SepaDebitPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'SofortPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.sofort_payments in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'SofortPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'SofortPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'SofortPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'SofortPayments' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'TaxReportingUs_1099K' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.tax_reporting_us_1099_k in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'TaxReportingUs_1099K' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'TaxReportingUs_1099K' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'TaxReportingUs_1099K' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'TaxReportingUs_1099K' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'TaxReportingUs_1099Misc' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.tax_reporting_us_1099_misc in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCapabilities'TaxReportingUs_1099Misc' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCapabilities'TaxReportingUs_1099Misc' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCapabilities'TaxReportingUs_1099Misc' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCapabilities'TaxReportingUs_1099Misc' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyCapabilities'Transfers' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.capabilities.properties.transfers in the specification.

data PostAccountsRequestBodyCompany' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company in the specification.

Information about the company or business. This field is available for any `business_type`.

Constructors

PostAccountsRequestBodyCompany' 

Fields

data PostAccountsRequestBodyCompany'Address' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.address in the specification.

Constructors

PostAccountsRequestBodyCompany'Address' 

Fields

data PostAccountsRequestBodyCompany'AddressKana' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.address_kana in the specification.

Constructors

PostAccountsRequestBodyCompany'AddressKana' 

Fields

data PostAccountsRequestBodyCompany'AddressKanji' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.address_kanji in the specification.

Constructors

PostAccountsRequestBodyCompany'AddressKanji' 

Fields

data PostAccountsRequestBodyCompany'Structure' Source #

Defines the enum schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.structure in the specification.

Constructors

PostAccountsRequestBodyCompany'Structure'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostAccountsRequestBodyCompany'Structure'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostAccountsRequestBodyCompany'Structure'EnumEmptyString

Represents the JSON value ""

PostAccountsRequestBodyCompany'Structure'EnumFreeZoneEstablishment

Represents the JSON value "free_zone_establishment"

PostAccountsRequestBodyCompany'Structure'EnumFreeZoneLlc

Represents the JSON value "free_zone_llc"

PostAccountsRequestBodyCompany'Structure'EnumGovernmentInstrumentality

Represents the JSON value "government_instrumentality"

PostAccountsRequestBodyCompany'Structure'EnumGovernmentalUnit

Represents the JSON value "governmental_unit"

PostAccountsRequestBodyCompany'Structure'EnumIncorporatedNonProfit

Represents the JSON value "incorporated_non_profit"

PostAccountsRequestBodyCompany'Structure'EnumLimitedLiabilityPartnership

Represents the JSON value "limited_liability_partnership"

PostAccountsRequestBodyCompany'Structure'EnumLlc

Represents the JSON value "llc"

PostAccountsRequestBodyCompany'Structure'EnumMultiMemberLlc

Represents the JSON value "multi_member_llc"

PostAccountsRequestBodyCompany'Structure'EnumPrivateCompany

Represents the JSON value "private_company"

PostAccountsRequestBodyCompany'Structure'EnumPrivateCorporation

Represents the JSON value "private_corporation"

PostAccountsRequestBodyCompany'Structure'EnumPrivatePartnership

Represents the JSON value "private_partnership"

PostAccountsRequestBodyCompany'Structure'EnumPublicCompany

Represents the JSON value "public_company"

PostAccountsRequestBodyCompany'Structure'EnumPublicCorporation

Represents the JSON value "public_corporation"

PostAccountsRequestBodyCompany'Structure'EnumPublicPartnership

Represents the JSON value "public_partnership"

PostAccountsRequestBodyCompany'Structure'EnumSingleMemberLlc

Represents the JSON value "single_member_llc"

PostAccountsRequestBodyCompany'Structure'EnumSoleEstablishment

Represents the JSON value "sole_establishment"

PostAccountsRequestBodyCompany'Structure'EnumSoleProprietorship

Represents the JSON value "sole_proprietorship"

PostAccountsRequestBodyCompany'Structure'EnumTaxExemptGovernmentInstrumentality

Represents the JSON value "tax_exempt_government_instrumentality"

PostAccountsRequestBodyCompany'Structure'EnumUnincorporatedAssociation

Represents the JSON value "unincorporated_association"

PostAccountsRequestBodyCompany'Structure'EnumUnincorporatedNonProfit

Represents the JSON value "unincorporated_non_profit"

data PostAccountsRequestBodyCompany'Verification' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.verification in the specification.

data PostAccountsRequestBodyCompany'Verification'Document' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.company.properties.verification.properties.document in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyCompany'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyCompany'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyCompany'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyCompany'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyDocuments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents in the specification.

Documents that may be submitted to satisfy various informational requests.

data PostAccountsRequestBodyDocuments'BankAccountOwnershipVerification' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.bank_account_ownership_verification in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyDocuments'BankAccountOwnershipVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyDocuments'BankAccountOwnershipVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyDocuments'BankAccountOwnershipVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyDocuments'BankAccountOwnershipVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyDocuments'CompanyLicense' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.company_license in the specification.

data PostAccountsRequestBodyDocuments'CompanyMemorandumOfAssociation' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.company_memorandum_of_association in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyDocuments'CompanyMemorandumOfAssociation' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyDocuments'CompanyMemorandumOfAssociation' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyDocuments'CompanyMemorandumOfAssociation' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyDocuments'CompanyMemorandumOfAssociation' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyDocuments'CompanyMinisterialDecree' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.company_ministerial_decree in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyDocuments'CompanyMinisterialDecree' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyDocuments'CompanyMinisterialDecree' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyDocuments'CompanyMinisterialDecree' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyDocuments'CompanyMinisterialDecree' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyDocuments'CompanyRegistrationVerification' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.company_registration_verification in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyDocuments'CompanyRegistrationVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyDocuments'CompanyRegistrationVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyDocuments'CompanyRegistrationVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyDocuments'CompanyRegistrationVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyDocuments'CompanyTaxIdVerification' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.documents.properties.company_tax_id_verification in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyDocuments'CompanyTaxIdVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyDocuments'CompanyTaxIdVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyDocuments'CompanyTaxIdVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyDocuments'CompanyTaxIdVerification' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyIndividual' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual in the specification.

Information about the person represented by the account. This field is null unless `business_type` is set to `individual`.

Constructors

PostAccountsRequestBodyIndividual' 

Fields

data PostAccountsRequestBodyIndividual'Address' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.address in the specification.

Constructors

PostAccountsRequestBodyIndividual'Address' 

Fields

data PostAccountsRequestBodyIndividual'AddressKana' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.address_kana in the specification.

Constructors

PostAccountsRequestBodyIndividual'AddressKana' 

Fields

data PostAccountsRequestBodyIndividual'AddressKanji' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.address_kanji in the specification.

Constructors

PostAccountsRequestBodyIndividual'AddressKanji' 

Fields

data PostAccountsRequestBodyIndividual'Dob'OneOf1 Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.dob.anyOf in the specification.

data PostAccountsRequestBodyIndividual'Dob'Variants Source #

Defines the oneOf schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.dob.anyOf in the specification.

data PostAccountsRequestBodyIndividual'Metadata'Variants Source #

Defines the oneOf schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.metadata.anyOf in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyIndividual'Metadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyIndividual'Metadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyIndividual'Metadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyIndividual'Metadata'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyIndividual'PoliticalExposure' Source #

Defines the enum schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.political_exposure in the specification.

Constructors

PostAccountsRequestBodyIndividual'PoliticalExposure'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostAccountsRequestBodyIndividual'PoliticalExposure'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostAccountsRequestBodyIndividual'PoliticalExposure'EnumExisting

Represents the JSON value "existing"

PostAccountsRequestBodyIndividual'PoliticalExposure'EnumNone

Represents the JSON value "none"

Instances

Instances details
Eq PostAccountsRequestBodyIndividual'PoliticalExposure' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyIndividual'PoliticalExposure' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyIndividual'PoliticalExposure' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyIndividual'PoliticalExposure' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyIndividual'Verification' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.verification in the specification.

data PostAccountsRequestBodyIndividual'Verification'AdditionalDocument' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.verification.properties.additional_document in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyIndividual'Verification'AdditionalDocument' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyIndividual'Verification'AdditionalDocument' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyIndividual'Verification'AdditionalDocument' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyIndividual'Verification'AdditionalDocument' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyIndividual'Verification'Document' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.individual.properties.verification.properties.document in the specification.

Instances

Instances details
Eq PostAccountsRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodyIndividual'Verification'Document' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyMetadata'Variants Source #

Defines the oneOf schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.metadata.anyOf in the specification.

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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.

data PostAccountsRequestBodySettings' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings in the specification.

Options for customizing how the account functions within Stripe.

data PostAccountsRequestBodySettings'Branding' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.branding in the specification.

Constructors

PostAccountsRequestBodySettings'Branding' 

Fields

data PostAccountsRequestBodySettings'CardIssuing' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.card_issuing in the specification.

data PostAccountsRequestBodySettings'CardIssuing'TosAcceptance' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.card_issuing.properties.tos_acceptance in the specification.

Instances

Instances details
Eq PostAccountsRequestBodySettings'CardIssuing'TosAcceptance' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodySettings'CardIssuing'TosAcceptance' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodySettings'CardIssuing'TosAcceptance' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodySettings'CardIssuing'TosAcceptance' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodySettings'CardPayments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.card_payments in the specification.

data PostAccountsRequestBodySettings'CardPayments'DeclineOn' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.card_payments.properties.decline_on in the specification.

Instances

Instances details
Eq PostAccountsRequestBodySettings'CardPayments'DeclineOn' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodySettings'CardPayments'DeclineOn' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodySettings'CardPayments'DeclineOn' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodySettings'CardPayments'DeclineOn' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodySettings'Payments' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payments in the specification.

Constructors

PostAccountsRequestBodySettings'Payments' 

Fields

data PostAccountsRequestBodySettings'Payouts' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payouts in the specification.

data PostAccountsRequestBodySettings'Payouts'Schedule' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payouts.properties.schedule in the specification.

Instances

Instances details
Eq PostAccountsRequestBodySettings'Payouts'Schedule' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodySettings'Payouts'Schedule' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodySettings'Payouts'Schedule' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodySettings'Payouts'Schedule' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodySettings'Payouts'Schedule'DelayDays'Variants Source #

Defines the oneOf schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payouts.properties.schedule.properties.delay_days.anyOf in the specification.

Instances

Instances details
Eq PostAccountsRequestBodySettings'Payouts'Schedule'DelayDays'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodySettings'Payouts'Schedule'DelayDays'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodySettings'Payouts'Schedule'DelayDays'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodySettings'Payouts'Schedule'DelayDays'Variants Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodySettings'Payouts'Schedule'Interval' Source #

Defines the enum schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payouts.properties.schedule.properties.interval in the specification.

Constructors

PostAccountsRequestBodySettings'Payouts'Schedule'Interval'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostAccountsRequestBodySettings'Payouts'Schedule'Interval'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostAccountsRequestBodySettings'Payouts'Schedule'Interval'EnumDaily

Represents the JSON value "daily"

PostAccountsRequestBodySettings'Payouts'Schedule'Interval'EnumManual

Represents the JSON value "manual"

PostAccountsRequestBodySettings'Payouts'Schedule'Interval'EnumMonthly

Represents the JSON value "monthly"

PostAccountsRequestBodySettings'Payouts'Schedule'Interval'EnumWeekly

Represents the JSON value "weekly"

Instances

Instances details
Eq PostAccountsRequestBodySettings'Payouts'Schedule'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodySettings'Payouts'Schedule'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodySettings'Payouts'Schedule'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodySettings'Payouts'Schedule'Interval' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor' Source #

Defines the enum schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.settings.properties.payouts.properties.schedule.properties.weekly_anchor in the specification.

Constructors

PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumFriday

Represents the JSON value "friday"

PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumMonday

Represents the JSON value "monday"

PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumSaturday

Represents the JSON value "saturday"

PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumSunday

Represents the JSON value "sunday"

PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumThursday

Represents the JSON value "thursday"

PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumTuesday

Represents the JSON value "tuesday"

PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor'EnumWednesday

Represents the JSON value "wednesday"

Instances

Instances details
Eq PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

Show PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

ToJSON PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

FromJSON PostAccountsRequestBodySettings'Payouts'Schedule'WeeklyAnchor' Source # 
Instance details

Defined in StripeAPI.Operations.PostAccounts

data PostAccountsRequestBodyTosAcceptance' Source #

Defines the object schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.tos_acceptance in the specification.

Details on the account's acceptance of the Stripe Services Agreement.

data PostAccountsRequestBodyType' Source #

Defines the enum schema located at paths./v1/accounts.POST.requestBody.content.application/x-www-form-urlencoded.schema.properties.type in the specification.

The type of Stripe account to create. May be one of `custom`, `express` or `standard`.

Constructors

PostAccountsRequestBodyType'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

PostAccountsRequestBodyType'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

PostAccountsRequestBodyType'EnumCustom

Represents the JSON value "custom"

PostAccountsRequestBodyType'EnumExpress

Represents the JSON value "express"

PostAccountsRequestBodyType'EnumStandard

Represents the JSON value "standard"

data PostAccountsResponse Source #

Represents a response of the operation postAccounts.

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

Constructors

PostAccountsResponseError String

Means either no matching case available or a parse error

PostAccountsResponse200 Account

Successful response.

PostAccountsResponseDefault Error

Error response.