stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.PersonRequirements

Description

Contains the types generated from the schema PersonRequirements

Synopsis

Documentation

data PersonRequirements Source #

Defines the data type for the schema person_requirements

Constructors

PersonRequirements 

Fields

  • personRequirementsCurrentlyDue :: [] Text

    currently_due: Fields that need to be collected to keep the person's account enabled. If not collected by the account's `current_deadline`, these fields appear in `past_due` as well, and the account is disabled.

  • personRequirementsErrors :: Maybe ([] AccountRequirementsError)

    errors: The fields that need to be collected again because validation or verification failed for some reason.

  • personRequirementsEventuallyDue :: [] Text

    eventually_due: Fields that need to be collected assuming all volume thresholds are reached. As fields are needed, they are moved to `currently_due` and the account's `current_deadline` is set.

  • personRequirementsPastDue :: [] Text

    past_due: Fields that weren't collected by the account's `current_deadline`. These fields need to be collected to enable payouts for the person's account.

  • personRequirementsPendingVerification :: [] Text

    pending_verification: Fields that may become required depending on the results of verification or review. An empty array unless an asynchronous verification is pending. If verification fails, the fields in this array become required and move to `currently_due` or `past_due`.