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

:maximum :: ExOAPI.Stripe.Schemas.ShippingRateDeliveryEstimateBound

The upper bound of the estimated range. If empty, represents no upper bound i.e., infinite.

:minimum :: ExOAPI.Stripe.Schemas.ShippingRateDeliveryEstimateBound

The lower bound of the estimated range. If empty, represents no lower bound.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.ShippingRateDeliveryEstimate{
  maximum: ExOAPI.EctoTypes.AnyOf.t() | nil,
  minimum: ExOAPI.EctoTypes.AnyOf.t() | nil
}

Link to this section Functions

Link to this function

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

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