Stripe.Params.V2.Core.AccountCreateParams.Identity.Attestations.TermsOfService.Account (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.V2.Core.AccountCreateParams.Identity.Attestations.TermsOfService.Account{
    date: String.t() | nil,
    ip: String.t() | nil,
    user_agent: String.t() | nil
  }
  • date - The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. Format: date-time.
  • ip - The IP address from which the Account's representative accepted the terms of service.
  • user_agent - The user agent of the browser from which the Account's representative accepted the terms of service.