Stripe.Resources.InvoiceLineItem.Pricing (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.InvoiceLineItem.Pricing{
  price_details:
    Stripe.Resources.InvoiceLineItem.Pricing.PriceDetails.t() | nil,
  type: String.t() | nil,
  unit_amount_decimal: String.t() | nil
}
  • price_details
  • type - The type of the pricing details. Possible values: price_details.
  • unit_amount_decimal - The unit amount (in the currency specified) of the item which contains a decimal value with at most 12 decimal places. Format: decimal string. Nullable.