Class Item (1.13.0)

Item(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Line items being purchased in this transaction.

Attributes

NameDescription
name str
The full name of the item.
value float
The value per item that the user is paying, in the transaction currency, after discounts.
quantity int
The quantity of this item that is being purchased.
merchant_account_id str
When a merchant is specified, its corresponding account_id. Necessary to populate marketplace-style transactions.