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

:is_controller :: :boolean

true if the Connect application retrieving the resource controls the account and can therefore exercise platform controls. Otherwise, this field is null.

:type :: :string

The controller type. Can be application, if a Connect application controls the account, or account, if the account controls itself.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.AccountUnificationAccountController{
  is_controller: boolean() | nil,
  type: (:application | :account) | nil
}

Link to this section Functions

Link to this function

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

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