Record
cluster-customer
No description available.
record cluster-customer {
address: option<cluster-customer-address>,
id: option<string>,
quantity: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<cluster-customer-address> | |
| id | option<string> | |
| quantity | option<f64> |