Stripe.Resources.ShippingRate.DeliveryEstimate.Minimum (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.ShippingRate.DeliveryEstimate.Minimum{
  unit: String.t() | nil,
  value: integer() | nil
}
  • unit - A unit of time. Possible values: business_day, day, hour, month, week.
  • value - Must be greater than 0.