Stripe.OrderItem (stripity_stripe v2.17.3) View Source

Work with Stripe order items.

Stripe API reference: https://stripe.com/docs/api#order_items

Link to this section Summary

Link to this section Types

Specs

t() :: %Stripe.OrderItem{
  amount: pos_integer(),
  currency: String.t(),
  description: String.t(),
  object: String.t(),
  parent: nil | Stripe.id() | Stripe.Sku.t(),
  quantity: nil | pos_integer(),
  type: String.t()
}