stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.AccountTosAcceptance

Description

Contains the types generated from the schema AccountTosAcceptance

Synopsis

Documentation

data AccountTosAcceptance Source #

Defines the data type for the schema account_tos_acceptance

Constructors

AccountTosAcceptance 

Fields

  • accountTosAcceptanceDate :: Maybe Integer

    date: The Unix timestamp marking when the Stripe Services Agreement was accepted by the account representative

  • accountTosAcceptanceIp :: Maybe Text

    ip: The IP address from which the Stripe Services Agreement was accepted by the account representative

    Constraints:

    • Maximum length of 5000
  • accountTosAcceptanceUserAgent :: Maybe Text

    user_agent: The user agent of the browser from which the Stripe Services Agreement was accepted by the account representative

    Constraints:

    • Maximum length of 5000