Properties
Name | Type | Required | Description |
---|---|---|---|
amount | str | ❌ | 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. String starting with sku_. Each SKU can appear in this list only one time, for items of type 'sku'. Required when type is sku. Must be null when type is shipping. |
type_ | V1ordersItemsType | ❌ | Type of line item. |
quantity | float | ❌ | Quantity of the product in the line item. Integer. Required when type is sku. |
Type of line item.
Properties
Name | Type | Required | Description |
---|---|---|---|
SHIPPING | str | ✅ | "shipping" |
SKU | str | ✅ | "sku" |