Record
source-order-item
No description available.
record source-order-item {
amount: option<s32>,
currency: option<string>,
description: option<string>,
parent: option<string>,
quantity: option<s32>,
type-op: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | option<s32> | |
| currency | option<string> | |
| description | option<string> | |
| parent | option<string> | |
| quantity | option<s32> | |
| type-op | option<string> |