Properties
Name | Type | Required | Description |
---|---|---|---|
amount | float | ❌ | Price of one SKU unit, in the currency defined in currency. Decimal, including the correct number of decimal places for the currency exponent, as defined in ISO 2417:2015. |
currency | str | ❌ | In transactions without FX, defines the currency of the transaction. Three-letter ISO 4217 code.<BR> In FX transactions:<BR> _ When fixed_side is buy, it is the currency received in the Rapyd wallet.<BR> _ When fixed_side is sell, it is the currency charged to the buyer. |
description | str | ❌ | Description of the item. |
parent | str | ❌ | ID of the SKU object that represents the product. One of the following: ID of the SKU object. String starting with sku* ID of the coupon. If generated by Rapyd, a string starting with coupon*. |
quantity | float | ❌ | Quantity of the product in the line item. Integer. Required when type is sku. |
type_ | str | ❌ | Type of line item. |