Record
store-data-store-interface
No description available.
record store-data-store-interface {
code: string,
extension-attributes: option<store-data-store-extension-interface>,
id: s32,
name: string,
store-group-id: s32,
website-id: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| code | string | |
| extension-attributes | option<store-data-store-extension-interface> | |
| id | s32 | |
| name | string | |
| store-group-id | s32 | |
| website-id | s32 |