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

:date :: :integer

The Unix timestamp marking when the account representative accepted their service agreement

:ip :: :string

The IP address from which the account representative accepted their service agreement

:service_agreement :: :string

The user's service agreement type

:user_agent :: :string

The user agent of the browser from which the account representative accepted their service agreement

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.AccountTosAcceptance{
  date: integer() | nil,
  ip: String.t() | nil,
  service_agreement: 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()