View Source ExOAPI.Stripe.Schemas.PaymentPagesCheckoutSessionAutomaticTax (exoapi_stripe v0.1.3)

:enabled :: :boolean

Indicates whether automatic tax is enabled for the session

:status :: :string

The status of the most recent automated tax calculation for this session.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentPagesCheckoutSessionAutomaticTax{
  enabled: boolean() | nil,
  status: (:requires_location_inputs | :failed | :complete) | nil
}

Link to this section Functions

Link to this function

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

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