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

:headline :: :string

The messaging shown to customers in the portal.

:privacy_policy_url :: :string

A link to the business’s publicly available privacy policy.

:terms_of_service_url :: :string

A link to the business’s publicly available terms of service.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PortalBusinessProfile{
  headline: String.t() | nil,
  privacy_policy_url: String.t() | nil,
  terms_of_service_url: 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()