Record
bundle-data-link-interface
No description available.
record bundle-data-link-interface {
can-change-quantity: option<s32>,
extension-attributes: option<bundle-data-link-extension-interface>,
id: option<string>,
is-default: bool,
option-id: option<s32>,
position: option<s32>,
price: f64,
price-type: s32,
qty: option<f64>,
sku: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| can-change-quantity | option<s32> | |
| extension-attributes | option<bundle-data-link-extension-interface> | |
| id | option<string> | |
| is-default | bool | |
| option-id | option<s32> | |
| position | option<s32> | |
| price | f64 | |
| price-type | s32 | |
| qty | option<f64> | |
| sku | option<string> |