Record
get-recipe-price-breakdown-by-id-response-ingredients-item
No description available.
record get-recipe-price-breakdown-by-id-response-ingredients-item {
amount: option<get-recipe-price-breakdown-by-id-response-ingredients-item-amount>,
image: string,
name: string,
price: f64,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | option<get-recipe-price-breakdown-by-id-response-ingredients-item-amount> | |
| image | string | |
| name | string | |
| price | f64 |