View Source ExOAPI.Stripe.Schemas.LegalEntityUboDeclaration (exoapi_stripe v0.1.4)

:date :: :integer

The Unix timestamp marking when the beneficial owner attestation was made.

:ip :: :string

The IP address from which the beneficial owner attestation was made.

:user_agent :: :string

The user-agent string from the browser where the beneficial owner attestation was made.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.LegalEntityUboDeclaration{
  date: integer() | nil,
  ip: String.t() | nil,
  user_agent: String.t() | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()