関数
ComboSet::getJson()
戻り値 戻り値
ファイル: src/Types/ComboSet.php
public function getJson() { return [ 'id' => $this->id, 'groups' => $this->groups, 'enableItemOptions' => $this->enableItemOptions, 'enableMultiprice' => $this->enableMultiprice, 'createdAt' => $this->createdAt, 'updatedAt' => $this->updatedAt, ]; }