The discount applied on this line item represented in the smallest currency unit. An integer greater than 0.
This field is mutually exclusive with the amount_details[discount_amount] field.
The product name of the line item. Required for L3 rates. At most 1024 characters long.
For Cards, this field is truncated to 26 alphanumeric characters before being sent to the card networks. For Paypal, this field is truncated to 127 characters.
* @property int $quantity The quantity of items. Required for L3 rates. An integer greater than 0. * @property null|(object{total_tax_amount: int}&StripeObject) $tax Contains information about the tax on the item. * @property int $unit_cost The unit cost of the line item represented in the smallest currency unit. Required for L3 rates. An integer greater than or equal to 0. * @property null|string $unit_of_measure A unit of measure for the line item, such as gallons, feet, meters, etc. Required for L3 rates. At most 12 alphanumeric characters long. */ class PaymentIntentAmountDetailsLineItem extends ApiResource { const OBJECT_NAME = 'payment_intent_amount_details_line_item'; }