stripity_stripe v2.7.0 Stripe.OrderItem 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
Link to this type
t()
View Source
t()
View Source
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()
}
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() }