header->interfaceId = InterfaceID::IF24_01->value; } public function getBodyArray(): array { $body = []; $body[self::COL_NAME_SHOP_NO] = $this->shopNo; $body[self::COL_NAME_DISCOUNTTICKET_CODE] = $this->discountTicketCode; return $body; } }