Item(mapping=None, *, ignore_unknown_fields=False, **kwargs)Line items being purchased in this transaction.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Optional. The full name of the item. |
value |
float
Optional. The value per item that the user is paying, in the transaction currency, after discounts. |
quantity |
int
Optional. The quantity of this item that is being purchased. |
merchant_account_id |
str
Optional. When a merchant is specified, its corresponding account_id. Necessary to populate marketplace-style transactions. |