Stripe.Resources.Issuing.Authorization.Fleet.ReportedBreakdown
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Issuing.Authorization.Fleet.ReportedBreakdown{ fuel: Stripe.Resources.Issuing.Authorization.Fleet.ReportedBreakdown.Fuel.t() | nil, non_fuel: Stripe.Resources.Issuing.Authorization.Fleet.ReportedBreakdown.NonFuel.t() | nil, tax: Stripe.Resources.Issuing.Authorization.Fleet.ReportedBreakdown.Tax.t() | nil }
fuel- Breakdown of fuel portion of the purchase. Nullable.non_fuel- Breakdown of non-fuel portion of the purchase. Nullable.tax- Information about tax included in this transaction. Nullable.