Nested struct within the parent resource.
Summary
Types
@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_detailstype- The type of the pricing details. Possible values:price_details.unit_amount_decimal- The unit amount (in thecurrencyspecified) of the item which contains a decimal value with at most 12 decimal places. Format: decimal string. Nullable.