Stripe.Resources.PaymentIntentAmountDetailsLineItem.Tax (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentIntentAmountDetailsLineItem.Tax{
  total_tax_amount: integer() | nil
}
  • total_tax_amount - The total amount of tax on the transaction represented in the smallest currency unit. Required for L2 rates. An integer greater than or equal to 0.

This field is mutually exclusive with the amount_details[line_items][#][tax][total_tax_amount] field.